@NonNullByDefault
| Interface | Description |
|---|---|
| ContentHandlerFactory |
This interface defines a factory for content handlers.
|
| URLStreamHandlerFactory |
This interface defines a factory for
URL stream protocol handlers. |
| Class | Description |
|---|---|
| ContentHandler |
The abstract class
ContentHandler is the superclass of all classes that read an Object from a
URLConnection. |
| NetPermission |
This class is for various network permissions.
|
| 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. |
| Exception | Description |
|---|---|
| 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.
|
| UnknownServiceException |
Thrown to indicate that an unknown service exception has occurred.
|