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() |
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, setUseCachesprotected URLConnection jarFileURLConnection
protected JarURLConnection(URL var0) throws MalformedURLException
MalformedURLExceptionpublic Attributes getAttributes() throws IOException
IOExceptionpublic Certificate[] getCertificates() throws IOException
IOExceptionpublic String getEntryName()
public JarEntry getJarEntry() throws IOException
IOExceptionpublic abstract JarFile getJarFile() throws IOException
IOExceptionpublic URL getJarFileURL()
public Attributes getMainAttributes() throws IOException
IOExceptionpublic Manifest getManifest() throws IOException
IOException