|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use java.net | |
|---|---|
| com.sun.jndi.ldap | |
| com.sun.jndi.toolkit.url | |
| com.sun.naming.internal | |
| java.applet | Classes and interfaces for small embeddable applications often used in web pages. |
| java.awt | Abstract Window Toolkit classes. |
| java.beans.beancontext | Containers and execution environments for beans. |
| java.io | Classes for manipulating character and byte streams and files. |
| java.lang | Core classes including wrappers for primitive types, classes, packages and class loaders, representations of the system, processes, threads and the core exception hierarchy. |
| java.net | Network communication through TCP and UDP sockets or URLs. |
| java.nio.channels | Classes for creating, selecting and non-blocking reading and writing of buffers from files and sockets. |
| java.rmi | Provides basic Remote Method Invocation (RMI) interfaces, classes and exceptions. |
| java.rmi.server | |
| java.security | |
| java.sql | Interfaces and classes to connect to a database and wrappers for data in the database and result queries. |
| javax.net | |
| javax.net.ssl | |
| javax.print | Provides the basic interfaces and classes of the Java Print Service API. |
| javax.print.attribute | Provides classes and interfaces describing the roles and syntax of attribute objects in the Java Print Service API. |
| javax.print.attribute.standard | Provides the printing attribute classes of the Java Print Service API. |
| javax.security.auth.kerberos | |
| javax.sound.midi | |
| javax.sound.midi.spi | |
| javax.sound.sampled | |
| javax.sound.sampled.spi | |
| javax.xml.validation |
API for the validation of XML documents using a range of schema languages. |
| org.ietf.jgss | |
| Classes in java.net used by com.sun.jndi.ldap | |
|---|---|
| Socket
This class models a client site socket. |
|
| Classes in java.net used by com.sun.jndi.toolkit.url | |
|---|---|
| MalformedURLException
This exception indicates that a URL passed to an object was not in a valid format. |
|
| Classes in java.net used by com.sun.naming.internal | |
|---|---|
| MalformedURLException
This exception indicates that a URL passed to an object was not in a valid format. |
|
| URL
This final class represents an Internet Uniform Resource Locator (URL). |
|
| Classes in java.net used by java.applet | |
|---|---|
| URL
This final class represents an Internet Uniform Resource Locator (URL). |
|
| Classes in java.net used by java.awt | |
|---|---|
| URI
A URI instance represents that defined by RFC3986, with some deviations. |
|
| URL
This final class represents an Internet Uniform Resource Locator (URL). |
|
| Classes in java.net used by java.beans.beancontext | |
|---|---|
| URL
This final class represents an Internet Uniform Resource Locator (URL). |
|
| Classes in java.net used by java.io | |
|---|---|
| MalformedURLException
This exception indicates that a URL passed to an object was not in a valid format. |
|
| URI
A URI instance represents that defined by RFC3986, with some deviations. |
|
| URL
This final class represents an Internet Uniform Resource Locator (URL). |
|
| Classes in java.net used by java.lang | |
|---|---|
| InetAddress
This class models an Internet address. |
|
| URL
This final class represents an Internet Uniform Resource Locator (URL). |
|
| Classes in java.net used by java.net | |
|---|---|
| Authenticator
This abstract class provides a model for obtaining authentication information (in the form of a username and password) required by some network operations (such as hitting a password protected web site). |
|
| ContentHandler
This is an abstract class that is the superclass for classes that read objects from URL's. |
|
| ContentHandlerFactory
This interface maps MIME types to ContentHandler objects. |
|
| DatagramPacket
This class models a packet of data that is to be sent across the network using a connectionless protocol such as UDP. |
|
| DatagramSocket
This class models a connectionless datagram socket that sends individual packets of data across the network. |
|
| DatagramSocketImpl
This abstract class models a datagram socket implementation. |
|
| DatagramSocketImplFactory
This interface defines one method which returns a DatagramSocketImpl object. |
|
| FileNameMap
This interface has one method which, when passed a filename, returns the MIME type associated with that filename. |
|
| InetAddress
This class models an Internet address. |
|
| InetSocketAddress
InetSocketAddress instances represent socket addresses in the java.nio package. |
|
| MalformedURLException
This exception indicates that a URL passed to an object was not in a valid format. |
|
| NetworkInterface
This class models a network interface on the host computer. |
|
| PasswordAuthentication
This class serves a container for username/password pairs. |
|
| ProtocolException
This exception indicates that some sort of low level protocol exception occurred. |
|
| Socket
This class models a client site socket. |
|
| SocketAddress
Abstract base class for InetSocketAddress. |
|
| SocketException
This exception indicates that a generic error occurred related to an operation on a socket. |
|
| SocketImpl
This abstract class serves as the parent class for socket implementations. |
|
| SocketImplFactory
This interface defines one method which returns a SocketImpl
object. |
|
| SocketOptions
This interface is used by SocketImpl and
DatagramSocketImpl to implement options
on sockets. |
|
| UnknownHostException
This exception indicates that an attempt was made to reference a hostname or IP address that is not valid. |
|
| URI
A URI instance represents that defined by RFC3986, with some deviations. |
|
| URISyntaxException
This exception is thrown when a String cannot be parsed as a URI. |
|
| URL
This final class represents an Internet Uniform Resource Locator (URL). |
|
| URLClassLoader
A secure class loader that can load classes and resources from multiple locations. |
|
| URLConnection
This class models a connection that retrieves the information pointed to by a URL object. |
|
| URLStreamHandler
This class is the superclass of all URL protocol handlers. |
|
| URLStreamHandlerFactory
This interface contains one method which maps the protocol portion of a URL (eg, "http" in "http://www.urbanophile.com/arenn/") to a URLStreamHandler object. |
|
| Classes in java.net used by java.nio.channels | |
|---|---|
| DatagramSocket
This class models a connectionless datagram socket that sends individual packets of data across the network. |
|
| ServerSocket
This class models server side sockets. |
|
| Socket
This class models a client site socket. |
|
| SocketAddress
Abstract base class for InetSocketAddress. |
|
| Classes in java.net used by java.rmi | |
|---|---|
| MalformedURLException
This exception indicates that a URL passed to an object was not in a valid format. |
|
| Classes in java.net used by java.rmi.server | |
|---|---|
| MalformedURLException
This exception indicates that a URL passed to an object was not in a valid format. |
|
| ServerSocket
This class models server side sockets. |
|
| Socket
This class models a client site socket. |
|
| URL
This final class represents an Internet Uniform Resource Locator (URL). |
|
| Classes in java.net used by java.security | |
|---|---|
| URL
This final class represents an Internet Uniform Resource Locator (URL). |
|
| Classes in java.net used by java.sql | |
|---|---|
| URL
This final class represents an Internet Uniform Resource Locator (URL). |
|
| Classes in java.net used by javax.net | |
|---|---|
| InetAddress
This class models an Internet address. |
|
| ServerSocket
This class models server side sockets. |
|
| Socket
This class models a client site socket. |
|
| UnknownHostException
This exception indicates that an attempt was made to reference a hostname or IP address that is not valid. |
|
| Classes in java.net used by javax.net.ssl | |
|---|---|
| HttpURLConnection
This class provides a common abstract implementation for those URL connection classes that will connect using the HTTP protocol. |
|
| InetAddress
This class models an Internet address. |
|
| ServerSocket
This class models server side sockets. |
|
| Socket
This class models a client site socket. |
|
| UnknownHostException
This exception indicates that an attempt was made to reference a hostname or IP address that is not valid. |
|
| URL
This final class represents an Internet Uniform Resource Locator (URL). |
|
| URLConnection
This class models a connection that retrieves the information pointed to by a URL object. |
|
| Classes in java.net used by javax.print | |
|---|---|
| URI
A URI instance represents that defined by RFC3986, with some deviations. |
|
| Classes in java.net used by javax.print.attribute | |
|---|---|
| URI
A URI instance represents that defined by RFC3986, with some deviations. |
|
| Classes in java.net used by javax.print.attribute.standard | |
|---|---|
| URI
A URI instance represents that defined by RFC3986, with some deviations. |
|
| Classes in java.net used by javax.security.auth.kerberos | |
|---|---|
| InetAddress
This class models an Internet address. |
|
| Classes in java.net used by javax.sound.midi | |
|---|---|
| URL
This final class represents an Internet Uniform Resource Locator (URL). |
|
| Classes in java.net used by javax.sound.midi.spi | |
|---|---|
| URL
This final class represents an Internet Uniform Resource Locator (URL). |
|
| Classes in java.net used by javax.sound.sampled | |
|---|---|
| URL
This final class represents an Internet Uniform Resource Locator (URL). |
|
| Classes in java.net used by javax.sound.sampled.spi | |
|---|---|
| URL
This final class represents an Internet Uniform Resource Locator (URL). |
|
| Classes in java.net used by javax.xml.validation | |
|---|---|
| URL
This final class represents an Internet Uniform Resource Locator (URL). |
|
| Classes in java.net used by org.ietf.jgss | |
|---|---|
| InetAddress
This class models an Internet address. |
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||