|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.net.URLConnection java.net.JarURLConnection org.apache.axis2.classloader.JarFileUrlConnection
public class JarFileUrlConnection
Field Summary | |
---|---|
static java.net.URL |
DUMMY_JAR_URL
|
Fields inherited from class java.net.JarURLConnection |
---|
jarFileURLConnection |
Fields inherited from class java.net.URLConnection |
---|
allowUserInteraction, connected, doInput, doOutput, ifModifiedSince, useCaches |
Constructor Summary | |
---|---|
JarFileUrlConnection(java.net.URL url,
java.util.jar.JarFile jarFile,
java.util.jar.JarEntry jarEntry)
|
Method Summary | |
---|---|
void |
connect()
|
java.util.jar.Attributes |
getAttributes()
|
java.security.cert.Certificate[] |
getCertificates()
|
int |
getContentLength()
|
java.lang.String |
getEntryName()
|
java.io.InputStream |
getInputStream()
|
java.util.jar.JarEntry |
getJarEntry()
|
java.util.jar.JarFile |
getJarFile()
|
java.net.URL |
getJarFileURL()
|
long |
getLastModified()
|
java.util.jar.Attributes |
getMainAttributes()
|
java.util.jar.Manifest |
getManifest()
|
java.security.Permission |
getPermission()
|
java.net.URL |
getURL()
|
java.lang.String |
toString()
|
Methods inherited from class java.net.URLConnection |
---|
addRequestProperty, getAllowUserInteraction, getConnectTimeout, getContent, getContent, getContentEncoding, getContentType, getDate, getDefaultAllowUserInteraction, getDefaultRequestProperty, getDefaultUseCaches, getDoInput, getDoOutput, getExpiration, getFileNameMap, getHeaderField, getHeaderField, getHeaderFieldDate, getHeaderFieldInt, getHeaderFieldKey, getHeaderFields, getIfModifiedSince, getOutputStream, getReadTimeout, getRequestProperties, getRequestProperty, getUseCaches, guessContentTypeFromName, guessContentTypeFromStream, setAllowUserInteraction, setConnectTimeout, setContentHandlerFactory, setDefaultAllowUserInteraction, setDefaultRequestProperty, setDefaultUseCaches, setDoInput, setDoOutput, setFileNameMap, setIfModifiedSince, setReadTimeout, setRequestProperty, setUseCaches |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.net.URL DUMMY_JAR_URL
Constructor Detail |
---|
public JarFileUrlConnection(java.net.URL url, java.util.jar.JarFile jarFile, java.util.jar.JarEntry jarEntry) throws java.net.MalformedURLException
java.net.MalformedURLException
Method Detail |
---|
public java.util.jar.JarFile getJarFile() throws java.io.IOException
getJarFile
in class java.net.JarURLConnection
java.io.IOException
public void connect()
connect
in class java.net.URLConnection
public java.net.URL getJarFileURL()
getJarFileURL
in class java.net.JarURLConnection
public java.lang.String getEntryName()
getEntryName
in class java.net.JarURLConnection
public java.util.jar.Manifest getManifest() throws java.io.IOException
getManifest
in class java.net.JarURLConnection
java.io.IOException
public java.util.jar.JarEntry getJarEntry()
getJarEntry
in class java.net.JarURLConnection
public java.util.jar.Attributes getAttributes() throws java.io.IOException
getAttributes
in class java.net.JarURLConnection
java.io.IOException
public java.util.jar.Attributes getMainAttributes() throws java.io.IOException
getMainAttributes
in class java.net.JarURLConnection
java.io.IOException
public java.security.cert.Certificate[] getCertificates() throws java.io.IOException
getCertificates
in class java.net.JarURLConnection
java.io.IOException
public java.net.URL getURL()
getURL
in class java.net.URLConnection
public int getContentLength()
getContentLength
in class java.net.URLConnection
public long getLastModified()
getLastModified
in class java.net.URLConnection
public java.io.InputStream getInputStream() throws java.io.IOException
getInputStream
in class java.net.URLConnection
java.io.IOException
public java.security.Permission getPermission() throws java.io.IOException
getPermission
in class java.net.URLConnection
java.io.IOException
public java.lang.String toString()
toString
in class java.net.URLConnection
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |