Class WarURLConnection
- java.lang.Object
- 
- java.net.URLConnection
- 
- org.apache.catalina.webresources.war.WarURLConnection
 
 
- 
 public class WarURLConnection extends java.net.URLConnection
- 
- 
Constructor SummaryConstructors Modifier Constructor Description protectedWarURLConnection(java.net.URL url)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconnect()intgetContentLength()longgetContentLengthLong()java.io.InputStreamgetInputStream()longgetLastModified()java.security.PermissiongetPermission()- 
Methods inherited from class java.net.URLConnectionaddRequestProperty, getAllowUserInteraction, getConnectTimeout, getContent, getContent, getContentEncoding, getContentType, getDate, getDefaultAllowUserInteraction, getDefaultRequestProperty, getDefaultUseCaches, getDefaultUseCaches, getDoInput, getDoOutput, getExpiration, getFileNameMap, getHeaderField, getHeaderField, getHeaderFieldDate, getHeaderFieldInt, getHeaderFieldKey, getHeaderFieldLong, getHeaderFields, getIfModifiedSince, getOutputStream, getReadTimeout, getRequestProperties, getRequestProperty, getURL, getUseCaches, guessContentTypeFromName, guessContentTypeFromStream, setAllowUserInteraction, setConnectTimeout, setContentHandlerFactory, setDefaultAllowUserInteraction, setDefaultRequestProperty, setDefaultUseCaches, setDefaultUseCaches, setDoInput, setDoOutput, setFileNameMap, setIfModifiedSince, setReadTimeout, setRequestProperty, setUseCaches, toString
 
- 
 
- 
- 
- 
Method Detail- 
connectpublic void connect() throws java.io.IOException- Specified by:
- connectin class- java.net.URLConnection
- Throws:
- java.io.IOException
 
 - 
getInputStreampublic java.io.InputStream getInputStream() throws java.io.IOException- Overrides:
- getInputStreamin class- java.net.URLConnection
- Throws:
- java.io.IOException
 
 - 
getPermissionpublic java.security.Permission getPermission() throws java.io.IOException- Overrides:
- getPermissionin class- java.net.URLConnection
- Throws:
- java.io.IOException
 
 - 
getLastModifiedpublic long getLastModified() - Overrides:
- getLastModifiedin class- java.net.URLConnection
 
 - 
getContentLengthpublic int getContentLength() - Overrides:
- getContentLengthin class- java.net.URLConnection
 
 - 
getContentLengthLongpublic long getContentLengthLong() - Overrides:
- getContentLengthLongin class- java.net.URLConnection
 
 
- 
 
-