wt.boot
Class BootURLConnection
java.lang.Object
java.net.URLConnection
wt.boot.BootURLConnection
- final class BootURLConnection
- extends URLConnection
Methods inherited from class java.net.URLConnection |
addRequestProperty, getAllowUserInteraction, getContent, getContent, getContentEncoding, getContentType, getDate, getDefaultAllowUserInteraction, getDefaultRequestProperty, getDefaultUseCaches, getDoInput, getDoOutput, getExpiration, getFileNameMap, getHeaderField, getHeaderField, getHeaderFieldDate, getHeaderFieldInt, getHeaderFieldKey, getHeaderFields, getIfModifiedSince, getLastModified, getOutputStream, getRequestProperties, getRequestProperty, getURL, getUseCaches, guessContentTypeFromName, guessContentTypeFromStream, setAllowUserInteraction, setContentHandlerFactory, setDefaultAllowUserInteraction, setDefaultRequestProperty, setDefaultUseCaches, setDoInput, setDoOutput, setFileNameMap, setIfModifiedSince, setRequestProperty, setUseCaches, toString |
registeredEntries
private static Hashtable registeredEntries
inputStream
private InputStream inputStream
length
private int length
BootURLConnection
BootURLConnection(URL url)
register
static int register(URL codebase,
ZipFile[] zip_files)
unregister
static void unregister(URL codebase)
reregister
static void reregister(URL codebase,
ZipFile[] zip_files)
setCaptureFile
static void setCaptureFile(URL codebase,
PrintWriter out,
boolean stack_trace)
setShowMissingFiles
static void setShowMissingFiles(URL codebase,
boolean show_missing_files)
connect
public void connect()
throws IOException
- Throws:
IOException
getInputStream
public InputStream getInputStream()
throws IOException
- Throws:
IOException
getContentLength
public int getContentLength()
openURLConnection
private InputStream openURLConnection(String resource_name,
URL url)
throws IOException
- Throws:
IOException
getPermission
public Permission getPermission()
throws IOException
- Throws:
IOException