站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 common API Documentation 英文版文档

ResourceURLConnection (JBoss/Common API) - JBoss 4.0.1 sp1 common API Documentation 英文版文档


org.jboss.net.protocol.resource
Class ResourceURLConnection

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

public class ResourceURLConnection
extends DelegatingURLConnection

Provides access to system resources as a URLConnection.

Version:
$Revision: 1.4 $
Author:
Jason Dillon, Scott.Stark@jboss.org

Field Summary
 
Fields inherited from class org.jboss.net.protocol.DelegatingURLConnection
delegateConnection, delegateUrl
 
Fields inherited from class java.net.URLConnection
allowUserInteraction, connected, doInput, doOutput, ifModifiedSince, url, useCaches
 
Constructor Summary
ResourceURLConnection(URL url)
           
 
Method Summary
protected  URL makeDelegateUrl(URL url)
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResourceURLConnection

public ResourceURLConnection(URL url)
                      throws MalformedURLException,
                             IOException
Method Detail

makeDelegateUrl

protected URL makeDelegateUrl(URL url)
                       throws MalformedURLException,
                              IOException
Overrides:
makeDelegateUrl in class DelegatingURLConnection
Throws:
MalformedURLException
IOException


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.