java.net
Class JarURLConnection
java.lang.Object
java.net.URLConnection
java.net.JarURLConnection
public abstract class JarURLConnection
- extends URLConnection
Methods inherited from class java.net.URLConnection |
connect, getAllowUserInteraction, getContent, getContent, getContentEncoding, getContentLength, getContentType, getDate, getDefaultAllowUserInteraction, getDefaultUseCaches, getDoInput, getDoOutput, getExpiration, getFileNameMap, getHeaderField, getHeaderField, getHeaderFieldDate, getHeaderFieldInt, getHeaderFieldKey, getIfModifiedSince, getInputStream, getLastModified, getOutputStream, getPermission, getRequestProperty, getURL, getUseCaches, guessContentTypeFromName, guessContentTypeFromStream, setAllowUserInteraction, setContentHandlerFactory, setDefaultAllowUserInteraction, setDefaultUseCaches, setDoInput, setDoOutput, setFileNameMap, setIfModifiedSince, setRequestProperty, setUseCaches, toString |
jarFileURLConnection
protected URLConnection jarFileURLConnection
JarURLConnection
protected JarURLConnection(URL var0)
throws MalformedURLException
- Throws:
MalformedURLException
getAttributes
public Attributes getAttributes()
throws IOException
- Throws:
IOException
getCertificates
public Certificate[] getCertificates()
throws IOException
- Throws:
IOException
getEntryName
public String getEntryName()
getJarEntry
public JarEntry getJarEntry()
throws IOException
- Throws:
IOException
getManifest
public Manifest getManifest()
throws IOException
- Throws:
IOException
getJarFile
public abstract JarFile getJarFile()
throws IOException
- Throws:
IOException
getJarFileURL
public URL getJarFileURL()
getMainAttributes
public Attributes getMainAttributes()
throws IOException
- Throws:
IOException
Copyright © 2006-2010 OSGi Alliance. All Rights Reserved.