public class RootURLConnection extends URLConnection
Modifier and Type | Method and Description |
---|---|
void |
connect() |
int |
getContentLength() |
long |
getDate() |
InputStream |
getInputStream() |
long |
getLastModified() |
void |
setRequestProperty(String key,
String value) |
addRequestProperty, getAllowUserInteraction, getConnectTimeout, getContent, getContent, getContentEncoding, getContentLengthLong, getContentType, getDefaultAllowUserInteraction, getDefaultRequestProperty, getDefaultUseCaches, getDoInput, getDoOutput, getExpiration, getFileNameMap, getHeaderField, getHeaderField, getHeaderFieldDate, getHeaderFieldInt, getHeaderFieldKey, getHeaderFieldLong, getHeaderFields, getIfModifiedSince, getOutputStream, getPermission, getReadTimeout, getRequestProperties, getRequestProperty, getURL, getUseCaches, guessContentTypeFromName, guessContentTypeFromStream, setAllowUserInteraction, setConnectTimeout, setContentHandlerFactory, setDefaultAllowUserInteraction, setDefaultRequestProperty, setDefaultUseCaches, setDoInput, setDoOutput, setFileNameMap, setIfModifiedSince, setReadTimeout, setUseCaches, toString
public InputStream getInputStream() throws IOException
getInputStream
in class URLConnection
IOException
public void connect() throws IOException
connect
in class URLConnection
IOException
public int getContentLength()
getContentLength
in class URLConnection
public long getLastModified()
getLastModified
in class URLConnection
public long getDate()
getDate
in class URLConnection
public void setRequestProperty(String key, String value)
setRequestProperty
in class URLConnection
Jas4pp 1.5 © Java Analysis Studio for Particle Physics