public class JarURLConnectionImpl extends JarURLConnection
jarFileURLConnectionallowUserInteraction, connected, doInput, doOutput, ifModifiedSince, url, useCaches| Constructor and Description |
|---|
JarURLConnectionImpl(JarFileObject file,
FileContent content) |
| Modifier and Type | Method and Description |
|---|---|
void |
connect() |
Attributes |
getAttributes() |
Certificate[] |
getCertificates() |
int |
getContentLength() |
String |
getEntryName() |
InputStream |
getInputStream() |
JarEntry |
getJarEntry() |
JarFile |
getJarFile() |
URL |
getJarFileURL() |
Manifest |
getManifest() |
OutputStream |
getOutputStream() |
getMainAttributesaddRequestProperty, getAllowUserInteraction, getConnectTimeout, getContent, getContent, getContentEncoding, getContentLengthLong, getContentType, getDate, getDefaultAllowUserInteraction, getDefaultRequestProperty, getDefaultUseCaches, getDoInput, getDoOutput, getExpiration, getFileNameMap, getHeaderField, getHeaderField, getHeaderFieldDate, getHeaderFieldInt, getHeaderFieldKey, getHeaderFieldLong, getHeaderFields, getIfModifiedSince, getLastModified, getPermission, getReadTimeout, getRequestProperties, getRequestProperty, getURL, getUseCaches, guessContentTypeFromName, guessContentTypeFromStream, setAllowUserInteraction, setConnectTimeout, setContentHandlerFactory, setDefaultAllowUserInteraction, setDefaultRequestProperty, setDefaultUseCaches, setDoInput, setDoOutput, setFileNameMap, setIfModifiedSince, setReadTimeout, setRequestProperty, setUseCaches, toStringpublic JarURLConnectionImpl(JarFileObject file, FileContent content) throws MalformedURLException, FileSystemException
public URL getJarFileURL()
getJarFileURL in class JarURLConnectionpublic String getEntryName()
getEntryName in class JarURLConnectionpublic JarFile getJarFile() throws IOException
getJarFile in class JarURLConnectionIOExceptionpublic Manifest getManifest() throws IOException
getManifest in class JarURLConnectionIOExceptionpublic JarEntry getJarEntry() throws IOException
getJarEntry in class JarURLConnectionIOExceptionpublic Attributes getAttributes() throws IOException
getAttributes in class JarURLConnectionIOExceptionpublic Certificate[] getCertificates()
getCertificates in class JarURLConnectionpublic void connect()
connect in class URLConnectionpublic InputStream getInputStream() throws IOException
getInputStream in class URLConnectionIOExceptionpublic OutputStream getOutputStream() throws IOException
getOutputStream in class URLConnectionIOExceptionpublic int getContentLength()
getContentLength in class URLConnectionCopyright © 2002–2016 The Apache Software Foundation. All rights reserved.