|
CDC 1.1.2 | ||||||||||
| 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.lang | Provides classes that are fundamental to the design of the Java programming language. |
| java.net | Provides the classes for implementing networking applications. |
| java.security | Provides the classes and interfaces for the security framework. |
| Classes in java.net used by java.io | |
| MalformedURLException
Thrown to indicate that a malformed URL has occurred. |
|
| URL
Class URL represents a Uniform Resource
Locator, a pointer to a "resource" on the World
Wide Web. |
|
| Classes in java.net used by java.lang | |
| InetAddress
This class represents an Internet Protocol (IP) address. |
|
| URL
Class URL represents a Uniform Resource
Locator, a pointer to a "resource" on the World
Wide Web. |
|
| Classes in java.net used by java.net | |
| ContentHandler
The abstract class ContentHandler is the superclass
of all classes that read an Object from a
URLConnection. |
|
| ContentHandlerFactory
This interface defines a factory for content handlers. |
|
| DatagramPacket
This class represents a datagram packet. |
|
| DatagramSocketImpl
Abstract datagram and multicast socket implementation base class. |
|
| DatagramSocketImplFactory
This interface defines a factory for datagram socket implementations. |
|
| FileNameMap
A simple interface which provides a mechanism to map between a file name and a MIME type string. |
|
| InetAddress
This class represents an Internet Protocol (IP) address. |
|
| MalformedURLException
Thrown to indicate that a malformed URL has occurred. |
|
| NetworkInterface
This class represents a Network Interface made up of a name, and a list of IP addresses assigned to this interface. |
|
| 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. |
|
| URL
Class URL represents a Uniform Resource
Locator, a pointer to a "resource" on the World
Wide Web. |
|
| URLClassLoader
This class loader is used to load classes and resources from a search path of URLs referring to both JAR files and directories. |
|
| URLConnection
The abstract class URLConnection is the superclass
of all classes that represent a communications link between the
application and a URL. |
|
| URLStreamHandler
The abstract class URLStreamHandler is the common
superclass for all stream protocol handlers. |
|
| URLStreamHandlerFactory
This interface defines a factory for URL stream
protocol handlers. |
|
| Classes in java.net used by java.security | |
| URL
Class URL represents a Uniform Resource
Locator, a pointer to a "resource" on the World
Wide Web. |
|
|
CDC 1.1.2 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||