Save This Page
Home » jboss-5.0.0.CR1-src » org » jboss » net » protocol » resource » [javadoc | source]
org.jboss.net.protocol.resource
public class: ResourceURLConnection [javadoc | source]
java.lang.Object
   java.net.URLConnection
      org.jboss.net.protocol.DelegatingURLConnection
         org.jboss.net.protocol.resource.ResourceURLConnection
Provides access to system resources as a URLConnection.
Fields inherited from org.jboss.net.protocol.DelegatingURLConnection:
delegateUrl,  delegateConnection
Constructor:
 public ResourceURLConnection(URL url) throws MalformedURLException, IOException 
Method from org.jboss.net.protocol.resource.ResourceURLConnection Summary:
makeDelegateUrl
Methods from org.jboss.net.protocol.DelegatingURLConnection:
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.resource.ResourceURLConnection Detail:
 protected URL makeDelegateUrl(URL url) throws MalformedURLException, IOException