Uses of Class
org.sblim.cimclient.internal.http.AuthorizationHandler
-
Packages that use AuthorizationHandler Package Description 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 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 poolHttpClient
HttpClientPool. retrieveAvailableConnectionFromPool(java.net.URI pUri, AuthorizationHandler pHandler)
Returns the available connections of this pool for a given URI&AuthorizationHandlerConstructors in org.sblim.cimclient.internal.http with parameters of type AuthorizationHandler Constructor Description HttpClient(java.net.URI url, HttpClientPool clientPool, AuthorizationHandler auth_handler)
Ctor.HttpUrlConnection(java.net.URI pUri, HttpClientPool pHttpClientPool, AuthorizationHandler pAuthHandler)
Ctor.
-