Package org.apache.axis2.classloader
Class JarFileUrlConnection
java.lang.Object
java.net.URLConnection
java.net.JarURLConnection
org.apache.axis2.classloader.JarFileUrlConnection
- Version:
- $Rev: 476049 $ $Date: 2006-11-16 23:35:17 -0500 (Thu, 16 Nov 2006) $
-
Field Summary
FieldsFields inherited from class java.net.JarURLConnection
jarFileURLConnectionFields inherited from class java.net.URLConnection
allowUserInteraction, connected, doInput, doOutput, ifModifiedSince, useCaches -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.net.URLConnection
addRequestProperty, getAllowUserInteraction, getConnectTimeout, getContent, getContent, getContentEncoding, getContentLengthLong, getContentType, getDate, getDefaultAllowUserInteraction, getDefaultRequestProperty, getDefaultUseCaches, getDefaultUseCaches, getDoInput, getDoOutput, getExpiration, getFileNameMap, getHeaderField, getHeaderField, getHeaderFieldDate, getHeaderFieldInt, getHeaderFieldKey, getHeaderFieldLong, getHeaderFields, getIfModifiedSince, getOutputStream, getReadTimeout, getRequestProperties, getRequestProperty, getUseCaches, guessContentTypeFromName, guessContentTypeFromStream, setAllowUserInteraction, setConnectTimeout, setContentHandlerFactory, setDefaultAllowUserInteraction, setDefaultRequestProperty, setDefaultUseCaches, setDefaultUseCaches, setDoInput, setDoOutput, setFileNameMap, setIfModifiedSince, setReadTimeout, setRequestProperty, setUseCaches
-
Field Details
-
DUMMY_JAR_URL
-
-
Constructor Details
-
JarFileUrlConnection
public JarFileUrlConnection(URL url, JarFile jarFile, JarEntry jarEntry) throws MalformedURLException - Throws:
MalformedURLException
-
-
Method Details
-
getJarFile
- Specified by:
getJarFilein classJarURLConnection- Throws:
IOException
-
connect
public void connect()- Specified by:
connectin classURLConnection
-
getJarFileURL
- Overrides:
getJarFileURLin classJarURLConnection
-
getEntryName
- Overrides:
getEntryNamein classJarURLConnection
-
getManifest
- Overrides:
getManifestin classJarURLConnection- Throws:
IOException
-
getJarEntry
- Overrides:
getJarEntryin classJarURLConnection
-
getAttributes
- Overrides:
getAttributesin classJarURLConnection- Throws:
IOException
-
getMainAttributes
- Overrides:
getMainAttributesin classJarURLConnection- Throws:
IOException
-
getCertificates
- Overrides:
getCertificatesin classJarURLConnection- Throws:
IOException
-
getURL
- Overrides:
getURLin classURLConnection
-
getContentLength
public int getContentLength()- Overrides:
getContentLengthin classURLConnection
-
getLastModified
public long getLastModified()- Overrides:
getLastModifiedin classURLConnection
-
getInputStream
- Overrides:
getInputStreamin classURLConnection- Throws:
IOException
-
getPermission
- Overrides:
getPermissionin classURLConnection- Throws:
IOException
-
toString
- Overrides:
toStringin classURLConnection
-