Package | Description |
---|---|
org.n52.oxf.request | |
org.n52.oxf.util.web |
Modifier and Type | Method and Description |
---|---|
abstract void |
Request.sendViaGet(String serviceUrl,
HttpClient httpClient) |
abstract void |
Request.sendViaPost(String serviceUrl,
HttpClient httpClient) |
Modifier and Type | Class and Description |
---|---|
class |
AuthTokenAwareHttpClient
This
HttpClientDecorator adds an authtoken to each request in the HttpHeader .AUTHORIZATION. |
class |
BasicAuthenticationHttpClient |
class |
GzipEnabledHttpClient |
class |
HttpClientDecorator |
class |
PoolingConnectionManagerHttpClient
Deprecated.
will remain deprecated until workflow is fixed.
|
class |
PreemptiveBasicAuthenticationHttpClient |
class |
ProxyAwareHttpClient |
class |
SimpleHttpClient |
Constructor and Description |
---|
AuthTokenAwareHttpClient(HttpClient toDecorate,
String authtoken) |
BasicAuthenticationHttpClient(HttpClient toDecorate) |
GzipEnabledHttpClient(HttpClient httpclient) |
HttpClientDecorator(HttpClient toDecorate) |
PreemptiveBasicAuthenticationHttpClient(HttpClient toDecorate) |
ProxyAwareHttpClient(HttpClient httpclient)
Decorates the given
HttpClient to be proxy aware. |
Copyright © 2012–2017 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.