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

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

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

Methods in org.sblim.cimclient.internal.http with parameters of type AuthorizationHandler
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
 

Constructors in org.sblim.cimclient.internal.http with parameters of type AuthorizationHandler
HttpClient(java.net.URI url, HttpClientPool clientPool, AuthorizationHandler auth_handler)
          Ctor.
HttpUrlConnection(java.net.URI pUri, HttpClientPool pHttpClientPool, AuthorizationHandler pAuthHandler)
          Ctor.
 



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