public class GSIHttpURLConnection extends GSIURLConnection
| Modifier and Type | Field and Description |
|---|---|
static int |
PORT |
authorization, credentials, delegationType, GSS_MODE_PROPERTY, gssModeallowUserInteraction, connected, doInput, doOutput, ifModifiedSince, url, useCaches| Constructor and Description |
|---|
GSIHttpURLConnection(URL u) |
| Modifier and Type | Method and Description |
|---|---|
void |
connect() |
void |
disconnect() |
String |
getHeaderField(String name) |
InputStream |
getInputStream() |
OutputStream |
getOutputStream() |
getAuthorization, getCredentials, getDelegationType, getExpectedName, getGSSMode, setAuthorization, setCredentials, setDelegationType, setGSSMode, setRequestPropertyaddRequestProperty, getAllowUserInteraction, getConnectTimeout, getContent, getContent, getContentEncoding, getContentLength, getContentLengthLong, getContentType, getDate, getDefaultAllowUserInteraction, getDefaultRequestProperty, getDefaultUseCaches, getDoInput, getDoOutput, getExpiration, getFileNameMap, getHeaderField, getHeaderFieldDate, getHeaderFieldInt, getHeaderFieldKey, getHeaderFieldLong, 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 GSIHttpURLConnection(URL u)
public void connect()
throws IOException
connect in class URLConnectionIOExceptionpublic void disconnect()
disconnect in class GSIURLConnectionpublic OutputStream getOutputStream() throws IOException
getOutputStream in class URLConnectionIOExceptionpublic InputStream getInputStream() throws IOException
getInputStream in class URLConnectionIOExceptionpublic String getHeaderField(String name)
getHeaderField in class URLConnectionCopyright © 2013. All Rights Reserved.