public class GSIHttpURLConnection extends GSIURLConnection
| Modifier and Type | Field | Description |
|---|---|---|
static int |
PORT |
authorization, credentials, delegationType, GSS_MODE_PROPERTY, gssModeallowUserInteraction, 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, setRequestPropertyclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddRequestProperty, 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, 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 © 2018. All rights reserved.