Class WarURLConnection
java.lang.Object
java.net.URLConnection
org.apache.catalina.webresources.war.WarURLConnection
- 
Field SummaryFields inherited from class java.net.URLConnectionallowUserInteraction, doInput, doOutput, ifModifiedSince, url, useCaches
- 
Constructor SummaryConstructors
- 
Method SummaryMethods 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
- 
Constructor Details- 
WarURLConnection- Throws:
- IOException
 
 
- 
- 
Method Details- 
connect- Specified by:
- connectin class- URLConnection
- Throws:
- IOException
 
- 
getInputStream- Overrides:
- getInputStreamin class- URLConnection
- Throws:
- IOException
 
- 
getPermission- Overrides:
- getPermissionin class- URLConnection
- Throws:
- IOException
 
- 
getLastModifiedpublic long getLastModified()- Overrides:
- getLastModifiedin class- URLConnection
 
- 
getContentLengthpublic int getContentLength()- Overrides:
- getContentLengthin class- URLConnection
 
- 
getContentLengthLongpublic long getContentLengthLong()- Overrides:
- getContentLengthLongin class- URLConnection
 
 
-