org.jboss.net.protocol.resource
Class ResourceURLConnection

java.lang.Object
  extended byjava.net.URLConnection
      extended byorg.jboss.net.protocol.DelegatingURLConnection (src) 
          extended byorg.jboss.net.protocol.resource.ResourceURLConnection

public class ResourceURLConnection
extends DelegatingURLConnection (src)

Provides access to system resources as a URLConnection.


Field Summary
 
Fields inherited from class org.jboss.net.protocol.DelegatingURLConnection (src)
delegateConnection, delegateUrl
 
Fields inherited from class java.net.URLConnection
allowUserInteraction, connected, doInput, doOutput, ifModifiedSince, url, useCaches
 
Constructor Summary
ResourceURLConnection(java.net.URL url)
           
 
Method Summary
protected  java.net.URL makeDelegateUrl(java.net.URL url)
           
 
Methods inherited from class org.jboss.net.protocol.DelegatingURLConnection (src)
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, makeDelegateUrlConnection, setAllowUserInteraction, setDefaultUseCaches, setDoInput, setDoOutput, setIfModifiedSince, setRequestProperty, setUseCaches, toString
 
Methods inherited from class java.net.URLConnection
addRequestProperty, getDefaultAllowUserInteraction, getDefaultRequestProperty, getFileNameMap, getHeaderFields, getRequestProperties, guessContentTypeFromName, guessContentTypeFromStream, setContentHandlerFactory, setDefaultAllowUserInteraction, setDefaultRequestProperty, setFileNameMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResourceURLConnection

public ResourceURLConnection(java.net.URL url)
                      throws java.net.MalformedURLException,
                             java.io.IOException
Method Detail

makeDelegateUrl

protected java.net.URL makeDelegateUrl(java.net.URL url)
                                throws java.net.MalformedURLException,
                                       java.io.IOException
Overrides:
makeDelegateUrl in class DelegatingURLConnection (src)
Throws:
java.net.MalformedURLException
java.io.IOException