GSIHttpURLConnection (Java Globus API)

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
           
 
Fields inherited from class org.globus.net.GSIURLConnection
authorization, credentials, delegationType
 
Fields inherited from class java.net.URLConnection
allowUserInteraction, connected, doInput, doOutput, ifModifiedSince, url, useCaches
 
Constructor Summary
GSIHttpURLConnection(java.net.URL u)
           
 
Method Summary
 void connect()
           
 void disconnect()
           
 java.lang.String getHeaderField(java.lang.String name)
           
 java.io.InputStream getInputStream()
           
 
Methods inherited from class org.globus.net.GSIURLConnection
getAuthorization, getCredentials, getCreds, getDelegationType, setAuthorization, setCredentials, setDelegationType
 
Methods inherited from class java.net.URLConnection
addRequestProperty, getAllowUserInteraction, getContent, getContent, getContentEncoding, getContentLength, getContentType, getDate, getDefaultAllowUserInteraction, getDefaultRequestProperty, getDefaultUseCaches, getDoInput, getDoOutput, getExpiration, getFileNameMap, getHeaderField, getHeaderFieldDate, getHeaderFieldInt, getHeaderFieldKey, getHeaderFields, getIfModifiedSince, getLastModified, getOutputStream, getPermission, getRequestProperties, getRequestProperty, getURL, getUseCaches, guessContentTypeFromName, guessContentTypeFromStream, setAllowUserInteraction, setContentHandlerFactory, setDefaultAllowUserInteraction, setDefaultRequestProperty, setDefaultUseCaches, setDoInput, setDoOutput, setFileNameMap, setIfModifiedSince, setRequestProperty, setUseCaches, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

PORT

public static final int PORT
See Also:
Constant Field Values
Constructor Detail

GSIHttpURLConnection

public GSIHttpURLConnection(java.net.URL u)
Method Detail

connect

public void connect()
             throws java.io.IOException
Specified by:
connect in class java.net.URLConnection
java.io.IOException

disconnect

public void disconnect()
Specified by:
disconnect in class GSIURLConnection

getInputStream

public java.io.InputStream getInputStream()
                                   throws java.io.IOException
Overrides:
getInputStream in class java.net.URLConnection
java.io.IOException

getHeaderField

public java.lang.String getHeaderField(java.lang.String name)
Overrides:
getHeaderField in class java.net.URLConnection