Java Globus API: Class GSIURLConnection
org.globus.net
Class GSIURLConnection
java.lang.Object
|
+--java.net.URLConnection
|
+--org.globus.net.GSIURLConnection
- Direct Known Subclasses:
- GSIHttpURLConnection
- public abstract class GSIURLConnection
- extends URLConnection
| Methods inherited from class java.net.URLConnection |
connect, getAllowUserInteraction, getContent, getContent, getContentEncoding, getContentLength, getContentType, getDate, getDefaultAllowUserInteraction, getDefaultRequestProperty, getDefaultUseCaches, getDoInput, getDoOutput, getExpiration, getFileNameMap, getHeaderField, getHeaderField, getHeaderFieldDate, getHeaderFieldInt, getHeaderFieldKey, getIfModifiedSince, getInputStream, getLastModified, getOutputStream, getPermission, getRequestProperty, getURL, getUseCaches, guessContentTypeFromName, guessContentTypeFromStream, setAllowUserInteraction, setContentHandlerFactory, setDefaultAllowUserInteraction, setDefaultRequestProperty, setDefaultUseCaches, setDoInput, setDoOutput, setFileNameMap, setIfModifiedSince, setRequestProperty, setUseCaches, toString |
credentials
protected GSSCredential credentials
authorization
protected Authorization authorization
delegationType
protected int delegationType
GSIURLConnection
protected GSIURLConnection(URL url)
- Subclasses must overwrite.
disconnect
public abstract void disconnect()
setCredentials
public void setCredentials(GSSCredential credentials)
getCredentials
public GSSCredential getCredentials()
setAuthorization
public void setAuthorization(Authorization auth)
getAuthorization
public Authorization getAuthorization()
setDelegationType
public void setDelegationType(int delegationType)
getDelegationType
public int getDelegationType()