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 . |
HttpURLConnection |
A URLConnection with support for HTTP-specific features.
|
NetPermission |
This class is for various network permissions.
|
URI |
Represents a Uniform Resource Identifier (URI) reference.
|
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. |
URLDecoder |
Utility class for HTML form decoding.
|
URLEncoder |
Utility class for HTML form encoding.
|
URLStreamHandler |
The abstract class
URLStreamHandler is the common
superclass for all stream protocol handlers. |
Exception | Description |
---|---|
HttpRetryException |
Thrown to indicate that a HTTP request needs to be retried
but cannot be retried automatically, due to streaming mode
being enabled.
|
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.
|
URISyntaxException |
Checked exception thrown to indicate that a string could not be parsed as a
URI reference.
|