Uses of Class
org.sblim.wbem.http.AuthorizationHandler
Packages that use AuthorizationHandler
-
Uses of AuthorizationHandler in org.sblim.wbem.http
Methods in org.sblim.wbem.http with parameters of type AuthorizationHandlerModifier and TypeMethodDescriptionstatic HttpClientHttpClient.getClient(URI url, HttpClientPool clientPool, AuthorizationHandler auth_handler) HttpClientPool.retrieveAvailableConnectionFromPool(URI pUri, AuthorizationHandler pHandler) Returns the available connections of this pool for a given URI&AuthorizationHandlerConstructors in org.sblim.wbem.http with parameters of type AuthorizationHandlerModifierConstructorDescriptionHttpClient(URI url, HttpClientPool clientPool, AuthorizationHandler auth_handler) HttpUrlConnection(URI uri, HttpClientPool httpClientPool, AuthorizationHandler auth_handler)