public class GSIHttpURLConnection extends GSIURLConnection
Modifier and Type | Field and Description |
---|---|
static int |
PORT |
authorization, credentials, delegationType, GSS_MODE_PROPERTY, gssMode
allowUserInteraction, 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, setRequestProperty
addRequestProperty, 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, toString
public static final int PORT
public GSIHttpURLConnection(URL u)
public void connect() throws IOException
connect
in class URLConnection
IOException
public void disconnect()
disconnect
in class GSIURLConnection
public OutputStream getOutputStream() throws IOException
getOutputStream
in class URLConnection
IOException
public InputStream getInputStream() throws IOException
getInputStream
in class URLConnection
IOException
public String getHeaderField(String name)
getHeaderField
in class URLConnection
Copyright © 2016. All rights reserved.