Package java.net
Interface Summary
FileNameMap
Untamed: A simple interface which provides a mechanism to map
between a file name and a MIME type string.
SocketOptions
Untamed: Interface of methods to get/set socket options.
SocksConsts
Constants used by the SOCKS protocol implementation.
Class Summary
Authenticator
Untamed: The class Authenticator represents an object that knows how to obtain
authentication for a network connection.
Inet4Address
Untamed: This class represents an Internet Protocol version 4 (IPv4) address.
Inet6Address
Untamed: This class represents an Internet Protocol version 6 (IPv6) address.
JarURLConnection
Untamed:
A URL Connection to a Java ARchive (JAR) file or an entry in a JAR
file.
MulticastSocket
Untamed: The multicast datagram socket class is useful for sending
and receiving IP multicast packets.
NetPermission
Untamed: This class is for various network permissions.
PasswordAuthentication
Untamed: The class PasswordAuthentication is a data holder that is used by
Authenticator.
SocketOutputStream
This stream extends FileOutputStream to implement a
SocketOutputStream.
URLClassLoader
Untamed: This class loader is used to load classes and resources from a search
path of URLs referring to both JAR files and directories.
URLDecoder
Untamed: Utility class for HTML form decoding.
URLEncoder
Untamed: Utility class for HTML form encoding.
Exception Summary
BindException
Untamed: Signals that an error occurred while attempting to bind a
socket to a local address and port.
ConnectException
Untamed: Signals that an error occurred while attempting to connect a
socket to a remote address and port.
NoRouteToHostException
Untamed: Signals that an error occurred while attempting to connect a
socket to a remote address and port.
PortUnreachableException
Untamed: Signals that an ICMP Port Unreachable message has been
received on a connected datagram.
ProtocolException
Untamed: Thrown to indicate that there is an error in the underlying
protocol, such as a TCP error.
SocketException
Untamed: Thrown to indicate that there is an error in the underlying
protocol, such as a TCP error.
UnknownHostException
Untamed: Thrown to indicate that the IP address of a host could not be determined.
URISyntaxException
Untamed: Checked exception thrown to indicate that a string could not be parsed as a
URI reference.