Uses of Class
org.sblim.wbem.http.HttpClient
Packages that use HttpClient
Package
Description
Public API for client connections and WBEM operations.
Internal implementation of HTTP client and server
Internal implementation of HTTP streams
-
Uses of HttpClient in org.sblim.wbem.client
Constructors in org.sblim.wbem.client with parameters of type HttpClientModifierConstructorDescriptionCIMEnumerationImpl
(XMLDefaultHandlerImpl pHandler, CIMObjectPath pRequest, CIMNameSpace pDefaultNamespace, InputStreamReader pStream, HttpClient pHttpClient, boolean pUseSAX) -
Uses of HttpClient in org.sblim.wbem.http
Fields in org.sblim.wbem.http declared as HttpClientMethods in org.sblim.wbem.http that return HttpClientModifier and TypeMethodDescriptionstatic HttpClient
HttpClient.getClient
(URI url, HttpClientPool clientPool, AuthorizationHandler auth_handler) HttpUrlConnection.getHttpClient()
HttpClientPool.retrieveAvailableConnectionFromPool
(URI pUri, AuthorizationHandler pHandler) Returns the available connections of this pool for a given URIinvalid input: '&AuthorizationHandler'Methods in org.sblim.wbem.http with parameters of type HttpClientModifier and TypeMethodDescriptionboolean
HttpClientPool.removeConnectionFromPool
(HttpClient httpClient) Removes a connection completly from the pool.boolean
HttpClientPool.returnAvailableConnectionToPool
(HttpClient httpClient) Add the connection to the pool. -
Uses of HttpClient in org.sblim.wbem.http.io
Constructors in org.sblim.wbem.http.io with parameters of type HttpClient