Package | Description |
---|---|
org.sblim.wbem.client |
Public API for client connections and WBEM operations.
|
org.sblim.wbem.http |
Internal implementation of HTTP client and server
|
org.sblim.wbem.http.io |
Internal implementation of HTTP streams
|
Constructor and Description |
---|
CIMEnumerationImpl(XMLDefaultHandlerImpl pHandler,
CIMObjectPath pRequest,
CIMNameSpace pDefaultNamespace,
java.io.InputStreamReader pStream,
HttpClient pHttpClient,
boolean pUseSAX) |
CIMEnumerationImpl(XMLDefaultHandlerImpl pHandler,
CIMObjectPath pRequest,
CIMNameSpace pDefaultNamespace,
java.io.InputStreamReader pStream,
HttpClient pHttpClient,
boolean pUseSAX) |
Modifier and Type | Field and Description |
---|---|
HttpClient |
HttpUrlConnection.iHttpClient |
HttpClient |
HttpUrlConnection.iHttpClient |
Modifier and Type | Method and Description |
---|---|
static HttpClient |
HttpClient.getClient(java.net.URI url,
HttpClientPool clientPool,
AuthorizationHandler auth_handler) |
static HttpClient |
HttpClient.getClient(java.net.URI url,
HttpClientPool clientPool,
AuthorizationHandler auth_handler) |
HttpClient |
HttpUrlConnection.getHttpClient() |
HttpClient |
HttpUrlConnection.getHttpClient() |
HttpClient |
HttpClientPool.retrieveAvailableConnectionFromPool(java.net.URI pUri,
AuthorizationHandler pHandler)
Returns the available connections of this pool for a given
URI&AuthorizationHandler
|
HttpClient |
HttpClientPool.retrieveAvailableConnectionFromPool(java.net.URI pUri,
AuthorizationHandler pHandler)
Returns the available connections of this pool for a given
URI&AuthorizationHandler
|
Modifier and Type | Method and Description |
---|---|
boolean |
HttpClientPool.removeConnectionFromPool(HttpClient httpClient)
Removes a connection completly from the pool.
|
boolean |
HttpClientPool.removeConnectionFromPool(HttpClient httpClient)
Removes a connection completly from the pool.
|
boolean |
HttpClientPool.returnAvailableConnectionToPool(HttpClient httpClient)
Add the connection to the pool.
|
boolean |
HttpClientPool.returnAvailableConnectionToPool(HttpClient httpClient)
Add the connection to the pool.
|
Constructor and Description |
---|
KeepAliveInputStream(java.io.InputStream is,
HttpClient client) |
KeepAliveInputStream(java.io.InputStream is,
HttpClient client) |
Copyright © 2005, 2011 IBM Corporation. All Rights Reserved.