Package java.net

Interface Summary
SocketImplFactory  
SocketOptions Interface for settable socket options, including handy constants.
URLStreamHandlerFactory Interface for getting URLStreamHandler instances.
 

Class Summary
InetAddress  
InetSocketAddress  
NetPermission Standard Java class.
Socket  
SocketAddress  
SocketImpl  
URL Standard representation of Uniform Resource Locators (URLs).
URLDecoder Standard utility methods for decoding content in the MIME encoding application/x-www-form-urlencoded.
URLEncoder Standard utility methods for encoding content in the MIME encoding application/x-www-form-urlencoded.
URLStreamHandler Standard base class for handling different URL protocol types.
 

Exception Summary
BindException Standard exception class, as specified by the standard Java API.
ConnectException Standard exception class, as specified by the standard Java API.
MalformedURLException Standard exception class, as specified by the standard Java API.
NoRouteToHostException Standard exception class, as specified by the standard Java API.
PortUnreachableException Standard exception class, as specified by the standard Java API.
ProtocolException Standard exception class, as specified by the standard Java API.
SocketException Standard exception class, as specified by the standard Java API.
UnknownHostException Standard exception class, as specified by the standard Java API.
UnknownServiceException Standard exception class, as specified by the standard Java API.
URISyntaxException Standard exception class, as specified by the standard Java API.