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
           
 
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.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
getAllowUserInteraction, getContent, getContent, getContentEncoding, getContentLength, getContentType, getDate, getDefaultAllowUserInteraction, getDefaultRequestProperty, getDefaultUseCaches, getDoInput, getDoOutput, getExpiration, getFileNameMap, getHeaderField, 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
 
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
Constructor Detail

GSIHttpURLConnection

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

connect

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

disconnect

public void disconnect()
Overrides:
disconnect in class GSIURLConnection

getInputStream

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