org.openmdx.compatibility.kernel.url.protocol.xri
Class ResourceURLConnection
java.lang.Object
java.net.URLConnection
org.openmdx.kernel.url.protocol.AbstractURLConnection
org.openmdx.compatibility.kernel.url.protocol.xri.ResourceURLConnection
public class ResourceURLConnection
- extends AbstractURLConnection
Provides access to system resources as an URLConnection.
- Author:
- Original author Jason Dillon
| Methods inherited from class org.openmdx.kernel.url.protocol.AbstractURLConnection |
addRequestProperty, connect, equals, getAllowUserInteraction, getContent, getContent, getContentEncoding, getContentLength, getContentType, getDate, getDefaultUseCaches, getDoInput, getDoOutput, getExpiration, getHeaderField, getHeaderField, getHeaderFieldDate, getHeaderFieldInt, getHeaderFieldKey, getHeaderFields, getIfModifiedSince, getInputStream, getLastModified, getOutputStream, getPermission, getRequestProperties, getRequestProperty, getURL, getUseCaches, hashCode, makeDelegateUrlConnection, setAllowUserInteraction, setDefaultUseCaches, setDoInput, setDoOutput, setIfModifiedSince, setRequestProperty, setUseCaches, toString |
| Methods inherited from class java.net.URLConnection |
getConnectTimeout, getDefaultAllowUserInteraction, getDefaultRequestProperty, getFileNameMap, getReadTimeout, guessContentTypeFromName, guessContentTypeFromStream, setConnectTimeout, setContentHandlerFactory, setDefaultAllowUserInteraction, setDefaultRequestProperty, setFileNameMap, setReadTimeout |
ResourceURLConnection
public ResourceURLConnection(URL url)
throws IOException
- Parameters:
url -
- Throws:
IOException
makeDelegateUrl
protected URL makeDelegateUrl(URL url)
throws IOException
- Description copied from class:
AbstractURLConnection
- This method must be by a subclass.
- Specified by:
makeDelegateUrl in class AbstractURLConnection
- Parameters:
url -
- Returns:
- the delegate
URL
- Throws:
IOException
MalformedURLException
This software is published under the BSD license. Copyright © 2003-2007, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.