Uses of Class
org.sblim.wbem.http.HttpClient
-
Packages that use HttpClient Package Description org.sblim.wbem.client Public API for client connections and WBEM operations.org.sblim.wbem.http Internal implementation of HTTP client and serverorg.sblim.wbem.http.io Internal implementation of HTTP streams -
-
Uses of HttpClient in org.sblim.wbem.client
Constructors in org.sblim.wbem.client with parameters of type HttpClient Constructor Description CIMEnumerationImpl(XMLDefaultHandlerImpl pHandler, CIMObjectPath pRequest, CIMNameSpace pDefaultNamespace, java.io.InputStreamReader pStream, HttpClient pHttpClient, boolean pUseSAX)
-
Uses of HttpClient in org.sblim.wbem.http
Fields in org.sblim.wbem.http declared as HttpClient Modifier and Type Field Description HttpClient
HttpUrlConnection. iHttpClient
Methods in org.sblim.wbem.http that return HttpClient Modifier and Type Method Description static HttpClient
HttpClient. getClient(java.net.URI url, HttpClientPool clientPool, AuthorizationHandler auth_handler)
HttpClient
HttpUrlConnection. getHttpClient()
HttpClient
HttpClientPool. retrieveAvailableConnectionFromPool(java.net.URI pUri, AuthorizationHandler pHandler)
Returns the available connections of this pool for a given URI&AuthorizationHandlerMethods in org.sblim.wbem.http with parameters of type HttpClient Modifier and Type Method Description boolean
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 Constructor Description KeepAliveInputStream(java.io.InputStream is, HttpClient client)
-