|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use HttpClientException | |
| xsul.http_client | |
| xsul.http_client.plain_impl | |
| xsul.puretls_client_socket_factory | |
| Uses of HttpClientException in xsul.http_client |
| Methods in xsul.http_client that throw HttpClientException | |
void |
ClientSocketConnection.setTimeout(int timeout)
|
java.net.Socket |
ClientSocketFactory.connect(java.lang.String host,
int port,
int connectionTimeout)
Open socket to host:port that can be used to create socket connection. |
HttpClientRequest |
HttpClientConnectionManager.connect(java.lang.String host,
int port,
int timeout)
As defiend in Socket a timeout of zero is interpreted as an infinite timeout |
void |
HttpClientConnectionManager.notifyConnectionForReuse(ClientSocketConnection conn)
This method is called by HttpClientRequest/Response when HTTP request/response is finished and it is safe to assume that thsi particular conenctions is finished |
void |
HttpClientConnectionManager.shutdownAndReclaimResources()
This method should be overriden by subclasses to free any resources that were not released. |
void |
HttpClientRequest.setRequestLine(java.lang.String method,
java.lang.String requestUri,
java.lang.String httpVersion)
|
void |
HttpClientRequest.setConnection(java.lang.String connection)
|
void |
HttpClientRequest.setContentType(java.lang.String contentType)
|
void |
HttpClientRequest.setUserAgent(java.lang.String userAgent)
|
void |
HttpClientRequest.ensureHeadersCapacity(int capacity)
|
void |
HttpClientRequest.setHeader(java.lang.String headerName,
java.lang.String headerValue)
|
HttpClientResponse |
HttpClientRequest.sendHeaders()
|
java.io.OutputStream |
HttpClientRequest.getBodyOutputStream()
|
void |
HttpClientResponse.readStatusLine()
|
java.lang.String |
HttpClientResponse.getHttpVersion()
|
java.lang.String |
HttpClientResponse.getStatusCode()
|
java.lang.String |
HttpClientResponse.getReasonPhrase()
|
void |
HttpClientResponse.readHeaders()
|
int |
HttpClientResponse.getHeaderCount()
|
java.lang.String |
HttpClientResponse.getHeader(java.lang.String name)
Return value of header with given name or null if such header does not exist. |
java.util.Enumeration |
HttpClientResponse.getHeaderNames()
|
java.lang.String |
HttpClientResponse.getContentType()
|
int |
HttpClientResponse.getContentLength()
Returns -1 if Content-Length header was not present in response. |
java.io.InputStream |
HttpClientResponse.getBodyInputStream()
|
HttpClientRequest |
HttpClientReuseLastConnectionManager.connect(java.lang.String host,
int port,
int timeout)
As defiend in Socket a timeout of zero is interpreted as an infinite timeout |
void |
HttpClientReuseLastConnectionManager.notifyConnectionForReuse(ClientSocketConnection conn)
|
void |
HttpClientReuseLastConnectionManager.shutdownAndReclaimResources()
|
| Constructors in xsul.http_client that throw HttpClientException | |
HttpClientRequest(ClientSocketConnection conn,
HttpClientConnectionManager mgr)
|
|
| Uses of HttpClientException in xsul.http_client.plain_impl |
| Methods in xsul.http_client.plain_impl that throw HttpClientException | |
java.net.Socket |
PlainClientSocketFactory.connect(java.lang.String host,
int port,
int connectionTimeout)
Open socket to host:port that can be used ot transfer SOAP/HTTP request. |
| Uses of HttpClientException in xsul.puretls_client_socket_factory |
| Methods in xsul.puretls_client_socket_factory that throw HttpClientException | |
java.net.Socket |
PuretlsClientSocketFactory.connect(java.lang.String host,
int port,
int timeout)
Open socket to host:port that can be used ot transfer SOAP/HTTP request over TLS. |
| Constructors in xsul.puretls_client_socket_factory that throw HttpClientException | |
PuretlsClientSocketFactory(SSLContext ctx)
|
|
PuretlsClientSocketFactory(java.lang.String rootfile,
java.lang.String keyfile,
java.lang.String randomfile,
java.lang.String password,
boolean acceptunverified,
short[] cipherSuites)
|
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||