public class TXHRURLConnection extends THttpURLConnection
chunkLength, fixedContentLength, HTTP_ACCEPTED, HTTP_BAD_GATEWAY, HTTP_BAD_METHOD, HTTP_BAD_REQUEST, HTTP_CLIENT_TIMEOUT, HTTP_CONFLICT, HTTP_CREATED, HTTP_ENTITY_TOO_LARGE, HTTP_FORBIDDEN, HTTP_GATEWAY_TIMEOUT, HTTP_GONE, HTTP_INTERNAL_ERROR, HTTP_LENGTH_REQUIRED, HTTP_MOVED_PERM, HTTP_MOVED_TEMP, HTTP_MULT_CHOICE, HTTP_NO_CONTENT, HTTP_NOT_ACCEPTABLE, HTTP_NOT_AUTHORITATIVE, HTTP_NOT_FOUND, HTTP_NOT_IMPLEMENTED, HTTP_NOT_MODIFIED, HTTP_OK, HTTP_PARTIAL, HTTP_PAYMENT_REQUIRED, HTTP_PRECON_FAILED, HTTP_PROXY_AUTH, HTTP_REQ_TOO_LONG, HTTP_RESET, HTTP_SEE_OTHER, HTTP_SERVER_ERROR, HTTP_UNAUTHORIZED, HTTP_UNAVAILABLE, HTTP_UNSUPPORTED_TYPE, HTTP_USE_PROXY, HTTP_VERSION, instanceFollowRedirects, method, responseCode, responseMessage
allowUserInteraction, connected, doInput, doOutput, ifModifiedSince, url, useCaches
Constructor and Description |
---|
TXHRURLConnection(TURL url) |
Modifier and Type | Method and Description |
---|---|
void |
connect() |
void |
disconnect() |
InputStream |
getErrorStream() |
String |
getHeaderField(int pos) |
String |
getHeaderField(String key) |
String |
getHeaderFieldKey(int posn) |
Map<String,List<String>> |
getHeaderFields() |
InputStream |
getInputStream() |
OutputStream |
getOutputStream() |
int |
getResponseCode() |
String |
getResponseMessage() |
getFollowRedirects, getHeaderFieldDate, getInstanceFollowRedirects, getRequestMethod, setChunkedStreamingMode, setFixedLengthStreamingMode, setFollowRedirects, setInstanceFollowRedirects, setRequestMethod
addRequestProperty, getAllowUserInteraction, getConnectTimeout, getContentEncoding, getContentLength, getContentType, getDate, getDefaultAllowUserInteraction, getDefaultRequestProperty, getDefaultUseCaches, getDoInput, getDoOutput, getExpiration, getHeaderFieldInt, getIfModifiedSince, getLastModified, getReadTimeout, getRequestProperties, getRequestProperty, getURL, getUseCaches, setAllowUserInteraction, setConnectTimeout, setDefaultAllowUserInteraction, setDefaultRequestProperty, setDefaultUseCaches, setDoInput, setDoOutput, setIfModifiedSince, setReadTimeout, setRequestProperty, setUseCaches, toString
public TXHRURLConnection(TURL url)
public void disconnect()
disconnect
in class THttpURLConnection
public void connect() throws IOException
connect
in class TURLConnection
IOException
public String getHeaderFieldKey(int posn)
getHeaderFieldKey
in class TURLConnection
public String getHeaderField(int pos)
getHeaderField
in class TURLConnection
public String getHeaderField(String key)
getHeaderField
in class TURLConnection
public Map<String,List<String>> getHeaderFields()
getHeaderFields
in class TURLConnection
public InputStream getInputStream() throws IOException
getInputStream
in class TURLConnection
IOException
public int getResponseCode() throws IOException
getResponseCode
in class THttpURLConnection
IOException
public String getResponseMessage() throws IOException
getResponseMessage
in class THttpURLConnection
IOException
public InputStream getErrorStream()
getErrorStream
in class THttpURLConnection
public OutputStream getOutputStream() throws IOException
getOutputStream
in class TURLConnection
IOException
Copyright © 2019. All rights reserved.