Class | Description |
---|---|
AzureADOAuth2HttpClientFactory |
Shows how to work with OAuth 2.0 native applications protected by Azure Active Directory.
|
CookieHttpClientFactory |
Shows how to work with HTTP cookies.
|
CustomConnectionsHttpClientFactory |
Shows how to use custom client connections.
|
ParametersHttpClientFactory |
Shows how to customize the runtime behavior of HTTP client component.
|
ParametersHttpUriRequestFactory |
Shows how to customize the runtime behavior of an HTTP request.
|
ProtocolInterceptorHttpClientFactory |
Shows how to install HTTP protocol interceptors, an easy handle to hook into HTTP request / response processing.
|
RequestRetryHttpClientFactory |
Shows how to install a custom exception recovery mechanism.
|
SocketFactoryHttpClientFactory |
Shows how to customize the way how the underlying network socket are managed by the HTTP component; the specific
sample is about how to trust self-signed SSL certificates and also empowers connection management.
|
StatefulHttpClientFactory |
Shows how to work with stateful HTTP connections.
|
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.