public abstract class JarURLConnection extends URLConnection
Modifier and Type | Field and Description |
---|---|
protected URLConnection |
jarFileURLConnection |
allowUserInteraction, connected, doInput, doOutput, ifModifiedSince, url, useCaches
Modifier | Constructor and Description |
---|---|
protected |
JarURLConnection(URL var0) |
Modifier and Type | Method and Description |
---|---|
Attributes |
getAttributes() |
Certificate[] |
getCertificates() |
String |
getEntryName() |
JarEntry |
getJarEntry() |
abstract JarFile |
getJarFile() |
URL |
getJarFileURL() |
Attributes |
getMainAttributes() |
Manifest |
getManifest() |
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
protected URLConnection jarFileURLConnection
protected JarURLConnection(URL var0) throws MalformedURLException
MalformedURLException
public Attributes getAttributes() throws IOException
IOException
public Certificate[] getCertificates() throws IOException
IOException
public String getEntryName()
public JarEntry getJarEntry() throws IOException
IOException
public Manifest getManifest() throws IOException
IOException
public abstract JarFile getJarFile() throws IOException
IOException
public URL getJarFileURL()
public Attributes getMainAttributes() throws IOException
IOException
Copyright © 2006–2013 OSGi Alliance. All rights reserved.