Interface | Description |
---|---|
ContentHandlerFactory | |
DatagramSocketImplFactory | |
FileNameMap | |
SocketImplFactory | |
SocketOptions | |
URLStreamHandlerFactory |
Class | Description |
---|---|
Authenticator | |
ContentHandler | |
DatagramPacket |
This class represents a datagram packet.
|
DatagramSocket | |
DatagramSocketImpl | |
HttpURLConnection |
This abstract subclass of
URLConnection defines methods for managing
HTTP connection according to the description given by RFC 2068. |
Inet4Address | |
Inet6Address | |
InetAddress | |
InetSocketAddress |
InetSocketAddress: new since 1.4
|
JarURLConnection |
Base implementation for Jar URL.
|
MulticastSocket |
This class represents a Multicastsocket for sending and receiving datagram packets.
|
NetPermission | |
NetworkInterface |
NetworkInterface:
|
PasswordAuthentication | |
ServerSocket | |
Socket | |
SocketAddress |
A SocketAddress represents a network connection endpoint.
|
SocketImpl | |
SocketPermission | |
URI |
This class represents an instance of a URI as defined by RFC 2396.
|
URL |
A URL instance specifies the location of a resource on the internet as
specified by RFC 1738.
|
URLClassLoader |
$Id: URLClassLoader.java,v 1.2 2006/05/16 08:30:38 cvs Exp $
|
URLConnection | |
URLDecoder | |
URLEncoder | |
URLStreamHandler |
The abstract class
URLStreamHandler is the base for all classes which
can handle the communication with a URL object over a particular protocol
type. |
Exception | Description |
---|---|
BindException | |
ConnectException | |
MalformedURLException | |
NoRouteToHostException | |
PortUnreachableException |
PortUnreachableException: new since 1.4
|
ProtocolException | |
SocketException | |
SocketTimeoutException | |
UnknownHostException | |
UnknownServiceException | |
URISyntaxException |
URISyntaxException: new since 1.4 Api
|