当前页面:
在线文档首页 >
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
java.net.URLConnection
org.jboss.net.protocol.DelegatingURLConnection
org.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
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:
makeDelegateUrl
in class DelegatingURLConnection
- Throws:
MalformedURLException
IOException
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.