java.lang.Object
java.net.URLConnection
org.jext.protocol.jextresource.PluginResURLConnection
- public class PluginResURLConnection
- extends java.net.URLConnection
| Methods inherited from class java.net.URLConnection |
addRequestProperty, getAllowUserInteraction, getContent, getContent, getContentEncoding, getContentLength, getContentType, getDate, getDefaultAllowUserInteraction, getDefaultRequestProperty, getDefaultUseCaches, getDoInput, getDoOutput, getExpiration, getFileNameMap, getHeaderField, getHeaderFieldDate, getHeaderFieldInt, getHeaderFieldKey, getHeaderFields, getIfModifiedSince, getLastModified, getOutputStream, getPermission, getRequestProperties, getRequestProperty, getURL, getUseCaches, guessContentTypeFromName, guessContentTypeFromStream, setAllowUserInteraction, setContentHandlerFactory, setDefaultAllowUserInteraction, setDefaultRequestProperty, setDefaultUseCaches, setDoInput, setDoOutput, setFileNameMap, setIfModifiedSince, setRequestProperty, setUseCaches, toString |
in
private java.io.InputStream in
PluginResURLConnection
public PluginResURLConnection(java.net.URL url)
throws java.io.IOException
connect
public void connect()
- Description copied from class:
java.net.URLConnection
- Establishes the actual connection to the URL associated with this
connection object
getInputStream
public java.io.InputStream getInputStream()
throws java.io.IOException
- Description copied from class:
java.net.URLConnection
- Returns an InputStream for this connection. As this default
implementation returns null, subclasses should override this method
getHeaderField
public java.lang.String getHeaderField(java.lang.String name)
- Description copied from class:
java.net.URLConnection
- Returns a String representing the value of the header field having
the named key. Returns null if the header field does not exist.