Save This Page
Home » jboss-5.0.0.CR1-src » org » jboss » net » protocol » [javadoc | source]
org.jboss.net.protocol
public class: DelegatingURLConnection [javadoc | source]
java.lang.Object
   java.net.URLConnection
      org.jboss.net.protocol.DelegatingURLConnection

Direct Known Subclasses:
    ResourceURLConnection

An delegating URLConnection support class.
Field Summary
protected  URL delegateUrl     
protected  URLConnection delegateConnection     
Constructor:
 public DelegatingURLConnection(URL url) throws MalformedURLException, IOException 
Method from org.jboss.net.protocol.DelegatingURLConnection Summary:
connect,   getAllowUserInteraction,   getContent,   getContent,   getContentEncoding,   getContentLength,   getContentType,   getDate,   getDefaultUseCaches,   getDoInput,   getDoOutput,   getExpiration,   getHeaderField,   getHeaderField,   getHeaderFieldDate,   getHeaderFieldInt,   getHeaderFieldKey,   getIfModifiedSince,   getInputStream,   getLastModified,   getOutputStream,   getPermission,   getRequestProperty,   getURL,   getUseCaches,   makeDelegateUrl,   makeDelegateUrlConnection,   setAllowUserInteraction,   setDefaultUseCaches,   setDoInput,   setDoOutput,   setIfModifiedSince,   setRequestProperty,   setUseCaches,   toString
Methods from java.net.URLConnection:
addRequestProperty,   connect,   getAllowUserInteraction,   getConnectTimeout,   getContent,   getContent,   getContentEncoding,   getContentLength,   getContentType,   getDate,   getDefaultAllowUserInteraction,   getDefaultRequestProperty,   getDefaultUseCaches,   getDoInput,   getDoOutput,   getExpiration,   getFileNameMap,   getHeaderField,   getHeaderField,   getHeaderFieldDate,   getHeaderFieldInt,   getHeaderFieldKey,   getHeaderFields,   getIfModifiedSince,   getInputStream,   getLastModified,   getOutputStream,   getPermission,   getReadTimeout,   getRequestProperties,   getRequestProperty,   getURL,   getUseCaches,   guessContentTypeFromName,   guessContentTypeFromStream,   setAllowUserInteraction,   setConnectTimeout,   setContentHandlerFactory,   setDefaultAllowUserInteraction,   setDefaultRequestProperty,   setDefaultUseCaches,   setDoInput,   setDoOutput,   setFileNameMap,   setIfModifiedSince,   setReadTimeout,   setRequestProperty,   setUseCaches,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jboss.net.protocol.DelegatingURLConnection Detail:
 public  void connect() throws IOException 
 public boolean getAllowUserInteraction() 
 public Object getContent() throws IOException 
 public Object getContent(Class[] classes) throws IOException 
 public String getContentEncoding() 
 public int getContentLength() 
 public String getContentType() 
 public long getDate() 
 public boolean getDefaultUseCaches() 
 public boolean getDoInput() 
 public boolean getDoOutput() 
 public long getExpiration() 
 public String getHeaderField(String name) 
 public String getHeaderField(int n) 
 public long getHeaderFieldDate(String name,
    long _default) 
 public int getHeaderFieldInt(String name,
    int _default) 
 public String getHeaderFieldKey(int n) 
 public long getIfModifiedSince() 
 public InputStream getInputStream() throws IOException 
 public long getLastModified() 
 public OutputStream getOutputStream() throws IOException 
 public Permission getPermission() throws IOException 
 public String getRequestProperty(String key) 
 public URL getURL() 
 public boolean getUseCaches() 
 protected URL makeDelegateUrl(URL url) throws MalformedURLException, IOException 
 protected URLConnection makeDelegateUrlConnection(URL url) throws IOException 
 public  void setAllowUserInteraction(boolean allowuserinteraction) 
 public  void setDefaultUseCaches(boolean defaultusecaches) 
 public  void setDoInput(boolean doinput) 
 public  void setDoOutput(boolean dooutput) 
 public  void setIfModifiedSince(long ifmodifiedsince) 
 public  void setRequestProperty(String key,
    String value) 
 public  void setUseCaches(boolean usecaches) 
 public String toString()