Package | Description |
---|---|
java.net |
Modifier and Type | Class and Description |
---|---|
class |
HttpURLConnection
This abstract subclass of
URLConnection defines methods for managing
HTTP connection according to the description given by RFC 2068. |
class |
JarURLConnection
Base implementation for Jar URL.
|
Modifier and Type | Field and Description |
---|---|
protected URLConnection |
JarURLConnection.jarFileURLConnection
The connection to the jarfile URL, if is has been established.
|
Modifier and Type | Method and Description |
---|---|
URLConnection |
URL.openConnection()
Opens a connection to the remote resource specified by this URL.
|
protected abstract URLConnection |
URLStreamHandler.openConnection(URL u)
Establishes a new connection to the resource specified by the URL
u . |
Modifier and Type | Method and Description |
---|---|
abstract Object |
ContentHandler.getContent(URLConnection urlc) |
Object |
ContentHandler.getContent(URLConnection urlc,
Class[] classes) |