|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HttpClient | |
---|---|
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 |
Uses of HttpClient in org.sblim.wbem.client |
---|
Constructors in org.sblim.wbem.client with parameters of type HttpClient | |
---|---|
CIMEnumerationImpl(XMLDefaultHandlerImpl pHandler,
CIMObjectPath pRequest,
CIMNameSpace pDefaultNamespace,
java.io.InputStreamReader pStream,
HttpClient pHttpClient,
boolean pUseSAX)
|
Uses of HttpClient in org.sblim.wbem.http |
---|
Fields in org.sblim.wbem.http declared as HttpClient | |
---|---|
HttpClient |
HttpUrlConnection.iHttpClient
|
Methods in org.sblim.wbem.http that return HttpClient | |
---|---|
static HttpClient |
HttpClient.getClient(java.net.URI url,
HttpClientPool clientPool,
AuthorizationHandler auth_handler)
|
HttpClient |
HttpUrlConnection.getHttpClient()
|
HttpClient |
HttpClientPool.retrieveAvailableConnectionFromPool(java.net.URI pUri,
AuthorizationHandler pHandler)
Returns the available connections of this pool for a given URI&AuthorizationHandler |
Methods in org.sblim.wbem.http with parameters of type HttpClient | |
---|---|
boolean |
HttpClientPool.removeConnectionFromPool(HttpClient httpClient)
Removes a connection completly from the pool. |
boolean |
HttpClientPool.returnAvailableConnectionToPool(HttpClient httpClient)
Add the connection to the pool. |
Uses of HttpClient in org.sblim.wbem.http.io |
---|
Constructors in org.sblim.wbem.http.io with parameters of type HttpClient | |
---|---|
KeepAliveInputStream(java.io.InputStream is,
HttpClient client)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |