Java Globus API: Class GSIHttpURLConnection
org.globus.net
Class GSIHttpURLConnection
java.lang.Object
|
+--java.net.URLConnection
|
+--org.globus.net.GSIURLConnection
|
+--org.globus.net.GSIHttpURLConnection
- public class GSIHttpURLConnection
- extends GSIURLConnection
|
Field Summary |
static int |
PORT
|
| Methods inherited from class java.net.URLConnection |
getAllowUserInteraction, getContent, getContent, getContentEncoding, getContentLength, getContentType, getDate, getDefaultAllowUserInteraction, getDefaultRequestProperty, getDefaultUseCaches, getDoInput, getDoOutput, getExpiration, getFileNameMap, getHeaderField, getHeaderFieldDate, getHeaderFieldInt, getHeaderFieldKey, getIfModifiedSince, getLastModified, getOutputStream, getPermission, getRequestProperty, getURL, getUseCaches, guessContentTypeFromName, guessContentTypeFromStream, setAllowUserInteraction, setContentHandlerFactory, setDefaultAllowUserInteraction, setDefaultRequestProperty, setDefaultUseCaches, setDoInput, setDoOutput, setFileNameMap, setIfModifiedSince, setRequestProperty, setUseCaches, toString |
PORT
public static final int PORT
GSIHttpURLConnection
public GSIHttpURLConnection(URL u)
connect
public void connect()
throws IOException
- Overrides:
connect in class URLConnection
disconnect
public void disconnect()
- Overrides:
disconnect in class GSIURLConnection
getInputStream
public InputStream getInputStream()
throws IOException
- Overrides:
getInputStream in class URLConnection
getHeaderField
public String getHeaderField(String name)
- Overrides:
getHeaderField in class URLConnection