Uses of Class
org.sblim.cimclient.internal.http.HttpClient

Packages that use HttpClient
org.sblim.cimclient.internal.http Internal implementation of HTTP client and server. 
org.sblim.cimclient.internal.http.io Internal implementation of HTTP streams. 
 

Uses of HttpClient in org.sblim.cimclient.internal.http
 

Methods in org.sblim.cimclient.internal.http that return HttpClient
static HttpClient HttpClient.getClient(java.net.URI url, HttpClientPool clientPool, AuthorizationHandler auth_handler)
          Returns a client from a http client pool
static HttpClient HttpClient.getClient(java.net.URI url, HttpClientPool clientPool, AuthorizationHandler auth_handler)
          Returns a client from a http client pool
 HttpClient HttpUrlConnection.getHttpClient()
          Returns the http client
 HttpClient HttpUrlConnection.getHttpClient()
          Returns the http client
 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
 

Methods in org.sblim.cimclient.internal.http with parameters of type HttpClient
 boolean HttpClientPool.addConnectionToPool(HttpClient httpClient)
          Add the connection to the pool, but does NOT add it as available connection.
 boolean HttpClientPool.addConnectionToPool(HttpClient httpClient)
          Add the connection to the pool, but does NOT add it as available connection.
 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.
 

Uses of HttpClient in org.sblim.cimclient.internal.http.io
 

Constructors in org.sblim.cimclient.internal.http.io with parameters of type HttpClient
KeepAliveInputStream(java.io.InputStream pStream, HttpClient pClient)
          Ctor.
KeepAliveInputStream(java.io.InputStream pStream, HttpClient pClient)
          Ctor.
 



Copyright © 2005, 2009 IBM Corporation. All Rights Reserved.