当前页面: 
在线文档首页 > 
JBoss 3.2.7 common API Documentation 英文版文档
ResourceURLConnection (JBoss/Common API) - JBoss 3.2.7 common API Documentation 英文版文档
org.jboss.net.protocol.resource
Class ResourceURLConnection
java.lang.Object
   java.net.URLConnection
java.net.URLConnection
       org.jboss.net.protocol.DelegatingURLConnection
org.jboss.net.protocol.DelegatingURLConnection
           org.jboss.net.protocol.resource.ResourceURLConnection
org.jboss.net.protocol.resource.ResourceURLConnection
- public class ResourceURLConnection- extends DelegatingURLConnection
Provides access to system resources as a URLConnection.
- Version:
- $Revision: 1.3.2.1 $
- Author:
- Jason Dillon, Scott.Stark@jboss.org
 
 
 
 
 
| Methods inherited from class 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, 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 | 
 
 
ResourceURLConnection
public ResourceURLConnection(URL url)
                      throws MalformedURLException,
                             IOException
makeDelegateUrl
protected URL makeDelegateUrl(URL url)
                       throws MalformedURLException,
                              IOException
- 
- Overrides:
- makeDelegateUrlin class- DelegatingURLConnection
 
- 
- Throws:
- MalformedURLException
- IOException
 
      
      
        Copyright © 2002 JBoss Group, LLC. All Rights Reserved.