| Authenticator |
This class is able to obtain authentication info for a connection, usually
from user. |
| CacheRequest |
CacheRequest provides channels for storing resource data in the
ResponseCache. |
| CacheResponse |
CacheResponse is used for getting resource from the ResponseCache. |
| ContentHandler |
This class converts the content of a certain format into a Java type Object. |
| CookieHandler |
This class is ready for managing a stateful cookie with HTTP protocol
|
| DatagramPacket |
This class models a datagram packet to be sent or received. |
| DatagramSocket |
This class models a socket for sending & receiving datagram packets. |
| DatagramSocketImpl |
The abstract superclass of datagram & multicast socket implementations. |
| HttpURLConnection |
This abstract subclass of URLConnection defines method for
managing HTTP connection according to the description given by RFC 2068 |
| Inet4Address |
|
| Inet6Address |
|
| InetAddress |
The Internet Protocol (IP) address class. |
| InetSocketAddress |
|
| JarURLConnection |
This class establishes a connection to a URL using the jar protocol. |
| MulticastSocket |
This class models a multicast socket for sending & receiving datagram packets
to a multicast group. |
| NetPermission |
This class represents permission to access network resources. |
| NetworkInterface |
This class provides an methods that are used to get information about the
network interfaces supported by the system
|
| PasswordAuthentication |
This class is a data structure that contains the username and password. |
| Proxy |
This class is about proxy setting. |
| ProxySelector |
Selects applicable proxies when connecting to network resouce represented by
a URI. |
| ResponseCache |
ResponseCache implements URLConnection caches. |
| SecureCacheResponse |
A secure cache response, which is orignally retrieved through secure ways. |
| ServerSocket |
ServerSocket create connections between 'host' and 'client' machines. |
| Socket |
This class represents sockets to be used in connection-oriented (streaming)
protocols. |
| SocketAddress |
|
| SocketImpl |
The abstract superclass of all classes that implement streaming sockets. |
| SocketPermission |
SocketPermissions represent permission to access resources via sockets. |
| URI |
This class represents an instance of a URI as defined by RFC 2396. |
| URL |
An instance of class URL specifies the location of a resource on the world
wide web as specified by RFC 1738. |
| URLClassLoader |
This class loader is responsible for loading classes and resources from a
list of URLs which can refer to either directories or JAR files. |
| URLConnection |
The URLConnection class is responsible for establishing a connection to an
URL for a given protocol. |
| URLDecoder |
This class is used to decode a string which is encoded in the
application/x-www-form-urlencoded MIME content type. |
| URLEncoder |
This class is used to encode a string using the format required by
application/x-www-form-urlencoded MIME content type. |
| URLStreamHandler |
The abstract superclass of all classes that implement Protocol Handler. |