| Package | Description |
|---|---|
| org.sblim.cimclient.internal.http |
Internal implementation of HTTP client and server.
|
| Modifier and Type | Method | Description |
|---|---|---|
static HttpClient |
HttpClient.getClient(java.net.URI url,
HttpClientPool clientPool,
AuthorizationHandler auth_handler) |
Returns a client from a http client pool
|
HttpClient |
HttpClientPool.retrieveAvailableConnectionFromPool(java.net.URI pUri,
AuthorizationHandler pHandler) |
Returns the available connections of this pool for a given
URI&AuthorizationHandler
|
| Constructor | Description |
|---|---|
HttpClient(java.net.URI url,
HttpClientPool clientPool,
AuthorizationHandler auth_handler) |
Ctor.
|
HttpUrlConnection(java.net.URI pUri,
HttpClientPool pHttpClientPool,
AuthorizationHandler pAuthHandler) |
Ctor.
|
Copyright © 2005, 2013 IBM Corporation. All Rights Reserved.