java.lang.Object
java.net.URLConnection
org.jboss.vfs.protocol.AbstractURLConnection
- Direct Known Subclasses:
FileURLConnection
Abstract base class for VFS URLConection impls.
- Version:
- $Revision$
- Author:
- invalid input: '<'a href=mailto:jbailey@redhat.com">John Bailey
-
Field Summary
Fields inherited from class java.net.URLConnection
allowUserInteraction, connected, doInput, doOutput, ifModifiedSince, url, useCaches -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetHeaderField(String name) protected abstract StringgetName()protected static URIMethods inherited from class java.net.URLConnection
addRequestProperty, connect, getAllowUserInteraction, getConnectTimeout, getContent, getContent, getContentEncoding, getContentLength, getContentLengthLong, getDate, getDefaultAllowUserInteraction, getDefaultRequestProperty, getDefaultUseCaches, getDefaultUseCaches, getDoInput, getDoOutput, getExpiration, getFileNameMap, getHeaderField, getHeaderFieldDate, getHeaderFieldInt, getHeaderFieldKey, getHeaderFieldLong, getHeaderFields, getIfModifiedSince, getInputStream, getLastModified, getOutputStream, getPermission, getReadTimeout, getRequestProperties, getRequestProperty, getURL, getUseCaches, guessContentTypeFromName, guessContentTypeFromStream, setAllowUserInteraction, setConnectTimeout, setContentHandlerFactory, setDefaultAllowUserInteraction, setDefaultRequestProperty, setDefaultUseCaches, setDefaultUseCaches, setDoInput, setDoOutput, setFileNameMap, setIfModifiedSince, setReadTimeout, setRequestProperty, setUseCaches, toString
-
Constructor Details
-
AbstractURLConnection
-
-
Method Details
-
getHeaderField
- Overrides:
getHeaderFieldin classURLConnection
-
getContentType
- Overrides:
getContentTypein classURLConnection
-
toURI
- Throws:
IOException
-
getName
-