public class JarFileUrlConnection extends JarURLConnection
| Modifier and Type | Field and Description |
|---|---|
static URL |
DUMMY_JAR_URL |
jarFileURLConnectionallowUserInteraction, connected, doInput, doOutput, ifModifiedSince, useCaches| Constructor and Description |
|---|
JarFileUrlConnection(URL url,
JarFile jarFile,
JarEntry jarEntry) |
| Modifier and Type | Method and Description |
|---|---|
void |
connect() |
Attributes |
getAttributes() |
Certificate[] |
getCertificates() |
int |
getContentLength() |
String |
getEntryName() |
InputStream |
getInputStream() |
JarEntry |
getJarEntry() |
JarFile |
getJarFile() |
URL |
getJarFileURL() |
long |
getLastModified() |
Attributes |
getMainAttributes() |
Manifest |
getManifest() |
Permission |
getPermission() |
URL |
getURL() |
String |
toString() |
addRequestProperty, getAllowUserInteraction, getConnectTimeout, getContent, getContent, getContentEncoding, getContentLengthLong, getContentType, getDate, getDefaultAllowUserInteraction, getDefaultRequestProperty, getDefaultUseCaches, getDoInput, getDoOutput, getExpiration, getFileNameMap, getHeaderField, getHeaderField, getHeaderFieldDate, getHeaderFieldInt, getHeaderFieldKey, getHeaderFieldLong, getHeaderFields, getIfModifiedSince, getOutputStream, getReadTimeout, getRequestProperties, getRequestProperty, getUseCaches, guessContentTypeFromName, guessContentTypeFromStream, setAllowUserInteraction, setConnectTimeout, setContentHandlerFactory, setDefaultAllowUserInteraction, setDefaultRequestProperty, setDefaultUseCaches, setDoInput, setDoOutput, setFileNameMap, setIfModifiedSince, setReadTimeout, setRequestProperty, setUseCachespublic static final URL DUMMY_JAR_URL
public JarFileUrlConnection(URL url, JarFile jarFile, JarEntry jarEntry) throws MalformedURLException
MalformedURLExceptionpublic JarFile getJarFile() throws IOException
getJarFile in class JarURLConnectionIOExceptionpublic void connect()
connect in class URLConnectionpublic URL getJarFileURL()
getJarFileURL in class JarURLConnectionpublic String getEntryName()
getEntryName in class JarURLConnectionpublic Manifest getManifest() throws IOException
getManifest in class JarURLConnectionIOExceptionpublic JarEntry getJarEntry()
getJarEntry in class JarURLConnectionpublic Attributes getAttributes() throws IOException
getAttributes in class JarURLConnectionIOExceptionpublic Attributes getMainAttributes() throws IOException
getMainAttributes in class JarURLConnectionIOExceptionpublic Certificate[] getCertificates() throws IOException
getCertificates in class JarURLConnectionIOExceptionpublic URL getURL()
getURL in class URLConnectionpublic int getContentLength()
getContentLength in class URLConnectionpublic long getLastModified()
getLastModified in class URLConnectionpublic InputStream getInputStream() throws IOException
getInputStream in class URLConnectionIOExceptionpublic Permission getPermission() throws IOException
getPermission in class URLConnectionIOExceptionpublic String toString()
toString in class URLConnectionelasticsearch-river-jdbc