public abstract class JarURLConnection extends URLConnection
Modifier and Type | Field | Description |
---|---|---|
protected URLConnection |
jarFileURLConnection |
allowUserInteraction, connected, doInput, doOutput, ifModifiedSince, url, useCaches
Modifier | Constructor | Description |
---|---|---|
protected |
JarURLConnection(URL var0) |
Modifier and Type | Method | Description |
---|---|---|
Attributes |
getAttributes() |
|
Certificate[] |
getCertificates() |
|
String |
getEntryName() |
|
JarEntry |
getJarEntry() |
|
abstract JarFile |
getJarFile() |
|
URL |
getJarFileURL() |
|
Attributes |
getMainAttributes() |
|
Manifest |
getManifest() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addRequestProperty, connect, getAllowUserInteraction, getContent, getContent, getContentEncoding, getContentLength, getContentType, getDate, getDefaultAllowUserInteraction, getDefaultUseCaches, getDoInput, getDoOutput, getExpiration, getFileNameMap, getHeaderField, getHeaderField, getHeaderFieldDate, getHeaderFieldInt, getHeaderFieldKey, getHeaderFields, getIfModifiedSince, getInputStream, getLastModified, getOutputStream, getPermission, getRequestProperties, getRequestProperty, getURL, getUseCaches, guessContentTypeFromName, guessContentTypeFromStream, setAllowUserInteraction, setContentHandlerFactory, setDefaultAllowUserInteraction, setDefaultUseCaches, setDoInput, setDoOutput, setFileNameMap, setIfModifiedSince, setRequestProperty, setUseCaches
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 abstract JarFile getJarFile() throws IOException
IOException
public URL getJarFileURL()
public Attributes getMainAttributes() throws IOException
IOException
public Manifest getManifest() throws IOException
IOException