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 |
addRequestProperty, getAllowUserInteraction, getConnectTimeout, getContent, getContent, getContentEncoding, getContentLength, getContentType, getDate, getDefaultAllowUserInteraction, getDefaultRequestProperty, getDefaultUseCaches, getDoInput, getDoOutput, getExpiration, getFileNameMap, getHeaderField, getHeaderFieldDate, getHeaderFieldInt, getHeaderFieldKey, getHeaderFields, getIfModifiedSince, getLastModified, getPermission, getReadTimeout, getRequestProperties, getRequestProperty, getURL, getUseCaches, guessContentTypeFromName, guessContentTypeFromStream, setAllowUserInteraction, setConnectTimeout, setContentHandlerFactory, setDefaultAllowUserInteraction, setDefaultRequestProperty, setDefaultUseCaches, setDoInput, setDoOutput, setFileNameMap, setIfModifiedSince, setReadTimeout, setUseCaches, toString |
PORT
public static final int PORT
- See Also:
- Constant Field Values
GSIHttpURLConnection
public GSIHttpURLConnection(URL u)
connect
public void connect()
throws IOException
- Specified by:
connect
in class URLConnection
- Throws:
IOException
disconnect
public void disconnect()
- Specified by:
disconnect
in class GSIURLConnection
getOutputStream
public OutputStream getOutputStream()
throws IOException
- Overrides:
getOutputStream
in class URLConnection
- Throws:
IOException
getInputStream
public InputStream getInputStream()
throws IOException
- Overrides:
getInputStream
in class URLConnection
- Throws:
IOException
getHeaderField
public String getHeaderField(String name)
- Overrides:
getHeaderField
in class URLConnection