public class WarURLConnection
extends java.net.URLConnection
Modifier | Constructor | Description |
---|---|---|
protected |
WarURLConnection(java.net.URL url) |
Modifier and Type | Method | Description |
---|---|---|
void |
connect() |
|
int |
getContentLength() |
|
long |
getContentLengthLong() |
|
java.io.InputStream |
getInputStream() |
|
long |
getLastModified() |
|
java.security.Permission |
getPermission() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addRequestProperty, 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
protected WarURLConnection(java.net.URL url) throws java.io.IOException
java.io.IOException
public void connect() throws java.io.IOException
connect
in class java.net.URLConnection
java.io.IOException
public java.io.InputStream getInputStream() throws java.io.IOException
getInputStream
in class java.net.URLConnection
java.io.IOException
public java.security.Permission getPermission() throws java.io.IOException
getPermission
in class java.net.URLConnection
java.io.IOException
public long getLastModified()
getLastModified
in class java.net.URLConnection
public int getContentLength()
getContentLength
in class java.net.URLConnection
public long getContentLengthLong()
getContentLengthLong
in class java.net.URLConnection
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.