org.sblim.cimclient.internal.http
public class HttpUrlConnection extends HttpURLConnection
Field Summary | |
---|---|
protected URI | iUrl |
Constructor Summary | |
---|---|
HttpUrlConnection(URI pUri, HttpClientPool pHttpClientPool, AuthorizationHandler pAuthHandler)
Ctor.
|
Method Summary | |
---|---|
void | close()
Closes the client pool |
HttpClient | getHttpClient()
Returns the http client
|
void | reset()
Resets the http client |
void | useHttp11(boolean pUse11)
Enables/Disables the use of http 1.1
|
Parameters: pUri The host URI pHttpClientPool The client pool pAuthHandler The authentication handler
Returns: The http client
Parameters: pUse11
If true
http 1.1 is enabled.