public class GSIHttpURLConnection extends GSIURLConnection
Modifier and Type | Field | Description |
---|---|---|
static int |
PORT |
authorization, credentials, delegationType, GSS_MODE_PROPERTY, gssMode
allowUserInteraction, connected, doInput, doOutput, ifModifiedSince, url, useCaches
Constructor | Description |
---|---|
GSIHttpURLConnection(URL u) |
Modifier and Type | Method | Description |
---|---|---|
void |
connect() |
|
void |
disconnect() |
|
String |
getHeaderField(String name) |
|
InputStream |
getInputStream() |
|
OutputStream |
getOutputStream() |
getAuthorization, getCredentials, getDelegationType, getExpectedName, getGSSMode, setAuthorization, setCredentials, setDelegationType, setGSSMode, setRequestProperty
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addRequestProperty, getAllowUserInteraction, getConnectTimeout, getContent, getContent, getContentEncoding, getContentLength, getContentLengthLong, getContentType, getDate, getDefaultAllowUserInteraction, getDefaultRequestProperty, getDefaultUseCaches, 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, 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 © 2018. All rights reserved.