Uses of Class
org.sblim.cimclient.internal.http.AuthorizationHandler
Packages that use AuthorizationHandler
Package
Description
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 AuthorizationHandlerModifier and TypeMethodDescriptionstatic HttpClient
HttpClient.getClient
(java.net.URI url, HttpClientPool clientPool, AuthorizationHandler auth_handler) Returns a client from a http client poolHttpClientPool.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 AuthorizationHandlerModifierConstructorDescriptionHttpClient
(java.net.URI url, HttpClientPool clientPool, AuthorizationHandler auth_handler) Ctor.HttpUrlConnection
(java.net.URI pUri, HttpClientPool pHttpClientPool, AuthorizationHandler pAuthHandler) Ctor.