|
JavaTM 2 Platform Std. Ed. v1.4.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.ioMalformedURLException
|
Thrown to indicate that a malformed URL has occurred. |
Classes in java.net used by java.netDatagramSocket
|
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.rmiMalformedURLException
|
Thrown to indicate that a malformed URL has occurred. |
Classes in java.net used by java.rmi.serverMalformedURLException
|
Thrown to indicate that a malformed URL has occurred. |
Classes in java.net used by javax.netUnknownHostException
|
Thrown to indicate that the IP address of a host could not be determined. |
Classes in java.net used by javax.net.sslHttpURLConnection
|
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 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.