Uses of Class
org.sblim.cimclient.internal.http.HttpClient
Packages that use HttpClient
Package
Description
Internal implementation of HTTP client and server.
Internal implementation of HTTP streams.
-
Uses of HttpClient in org.sblim.cimclient.internal.http
Methods in org.sblim.cimclient.internal.http that return HttpClientModifier and TypeMethodDescriptionstatic HttpClient
HttpClient.getClient
(URI url, HttpClientPool clientPool, AuthorizationHandler auth_handler) Returns a client from a http client poolHttpUrlConnection.getHttpClient()
Returns the http clientHttpClientPool.retrieveAvailableConnectionFromPool
(URI pUri, AuthorizationHandler pHandler) Returns the available connections of this pool for a given URIinvalid input: '&AuthorizationHandler'Methods in org.sblim.cimclient.internal.http with parameters of type HttpClientModifier and TypeMethodDescriptionboolean
HttpClientPool.addConnectionToPool
(HttpClient httpClient) Add the connection to the pool, but does NOT add it as available connection.boolean
HttpClientPool.removeConnectionFromPool
(HttpClient httpClient) Removes a connection completely from the pool.boolean
HttpClientPool.returnAvailableConnectionToPool
(HttpClient httpClient) Add the connection to the pool. -
Uses of HttpClient in org.sblim.cimclient.internal.http.io
Constructors in org.sblim.cimclient.internal.http.io with parameters of type HttpClientModifierConstructorDescriptionKeepAliveInputStream
(InputStream pStream, HttpClient pClient) Ctor.