JavaTM 2 Platform
Std. Ed. v1.4.0

Uses of Package
java.net

Packages that use java.net
java.io Provides for system input and output through data streams, serialization and the file system. 
java.net Provides the classes for implementing networking applications. 
java.rmi Provides the RMI package. 
java.rmi.server Provides classes and interfaces for supporting the server side of RMI. 
javax.net Provides classes for networking applications. 
javax.net.ssl Provides classes for the secure socket package. 
 

Classes in java.net used by java.io
MalformedURLException
          Thrown to indicate that a malformed URL has occurred.
 

Classes in java.net used by java.net
DatagramSocket
          This class represents a socket for sending and receiving datagram packets.
InetAddress
          This class represents an Internet Protocol (IP) address.
MalformedURLException
          Thrown to indicate that a malformed URL has occurred.
ProtocolException
          Thrown to indicate that there is an error in the underlying protocol, such as a TCP error.
SocketAddress
          This class represents a Socket Address with no protocol attachment.
SocketException
          Thrown to indicate that there is an error in the underlying protocol, such as a TCP error.
SocketOptions
          Interface of methods to get/set socket options.
UnknownHostException
          Thrown to indicate that the IP address of a host could not be determined.
URISyntaxException
          Checked exception thrown to indicate that a string could not be parsed as a URI reference.
URLConnection
          The abstract class URLConnection is the superclass of all classes that represent a communications link between the application and a URL.
 

Classes in java.net used by java.rmi
MalformedURLException
          Thrown to indicate that a malformed URL has occurred.
 

Classes in java.net used by java.rmi.server
MalformedURLException
          Thrown to indicate that a malformed URL has occurred.
 

Classes in java.net used by javax.net
UnknownHostException
          Thrown to indicate that the IP address of a host could not be determined.
 

Classes in java.net used by javax.net.ssl
HttpURLConnection
          A URLConnection with support for HTTP-specific features.
ServerSocket
          This class implements server sockets.
Socket
          This class implements client sockets (also called just "sockets").
UnknownHostException
          Thrown to indicate that the IP address of a host could not be determined.
URLConnection
          The abstract class URLConnection is the superclass of all classes that represent a communications link between the application and a URL.
 


JavaTM 2 Platform
Std. Ed. v1.4.0

Submit a bug or feature
For further API reference and developer documentation, see Java 2 SDK SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.