org.globus.net
public class GSIHttpURLConnection extends GSIURLConnection
| Modifier and Type | Field and Description |
|---|---|
static int |
PORT |
authorization, credentials, delegationType, GSS_MODE_PROPERTY, gssMode| Constructor and Description |
|---|
GSIHttpURLConnection(java.net.URL u) |
| Modifier and Type | Method and Description |
|---|---|
void |
connect() |
void |
disconnect() |
java.lang.String |
getHeaderField(java.lang.String name) |
java.io.InputStream |
getInputStream() |
java.io.OutputStream |
getOutputStream() |
getAuthorization, getCredentials, getDelegationType, getExpectedName, getGSSMode, setAuthorization, setCredentials, setDelegationType, setGSSMode, setRequestPropertyaddRequestProperty, 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, toStringpublic static final int PORT
public void connect()
throws java.io.IOException
connect in class java.net.URLConnectionjava.io.IOExceptionpublic void disconnect()
disconnect in class GSIURLConnectionpublic java.io.OutputStream getOutputStream()
throws java.io.IOException
getOutputStream in class java.net.URLConnectionjava.io.IOExceptionpublic java.io.InputStream getInputStream()
throws java.io.IOException
getInputStream in class java.net.URLConnectionjava.io.IOExceptionpublic java.lang.String getHeaderField(java.lang.String name)
getHeaderField in class java.net.URLConnection