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, toStringpublic InputStream getInputStream() throws IOException
getInputStream in class URLConnectionIOExceptionpublic void connect()
throws IOException
connect in class URLConnectionIOExceptionpublic int getContentLength()
getContentLength in class URLConnectionpublic long getLastModified()
getLastModified in class URLConnectionpublic long getDate()
getDate in class URLConnectionpublic void setRequestProperty(String key, String value)
setRequestProperty in class URLConnectionJas4pp 1.5 © Java Analysis Studio for Particle Physics