| Package | Description |
|---|---|
| java.net | |
| sun.net |
| Class and Description |
|---|
| 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.
|
| 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. |
| 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. |
| Class and Description |
|---|
| URL
Class
URL represents a Uniform Resource Locator, a pointer to a "resource" on the World Wide Web. |