Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jext.protocol.jextresource
Class PluginResURLConnection  view PluginResURLConnection download PluginResURLConnection.java

java.lang.Object
  extended byjava.net.URLConnection
      extended byorg.jext.protocol.jextresource.PluginResURLConnection

public class PluginResURLConnection
extends java.net.URLConnection


Field Summary
private  java.io.InputStream in
           
 
Fields inherited from class java.net.URLConnection
allowUserInteraction, connected, doInput, doOutput, ifModifiedSince, url, useCaches
 
Constructor Summary
PluginResURLConnection(java.net.URL url)
           
 
Method Summary
 void connect()
          Establishes the actual connection to the URL associated with this connection object
 java.lang.String getHeaderField(java.lang.String name)
          Returns a String representing the value of the header field having the named key.
 java.io.InputStream getInputStream()
          Returns an InputStream for this connection.
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

in

private java.io.InputStream in
Constructor Detail

PluginResURLConnection

public PluginResURLConnection(java.net.URL url)
                       throws java.io.IOException
Method Detail

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.