Package | Description |
---|---|
org.apache.olingo.client.api | |
org.apache.olingo.client.api.http | |
org.apache.olingo.client.core.http | |
org.apache.olingo.samples.client.core.http |
Modifier and Type | Method and Description |
---|---|
HttpClientFactory |
Configuration.getHttpClientFactory()
Gets the HttpClient factory to be used for executing requests.
|
Modifier and Type | Method and Description |
---|---|
void |
Configuration.setHttpClientFactory(HttpClientFactory factory)
Sets the HttpClient factory to be used for executing requests.
|
Modifier and Type | Interface and Description |
---|---|
interface |
WrappingHttpClientFactory |
Modifier and Type | Method and Description |
---|---|
HttpClientFactory |
WrappingHttpClientFactory.getWrappedHttpClientFactory() |
Modifier and Type | Class and Description |
---|---|
class |
org.apache.olingo.client.core.http.AbstractHttpClientFactory |
class |
org.apache.olingo.client.core.http.AbstractOAuth2HttpClientFactory |
class |
org.apache.olingo.client.core.http.DefaultHttpClientFactory
Default implementation returning HttpClients with default parameters.
|
Modifier and Type | Class and Description |
---|---|
class |
AzureADOAuth2HttpClientFactory
Shows how to work with OAuth 2.0 native applications protected by Azure Active Directory.
|
class |
CookieHttpClientFactory
Shows how to work with HTTP cookies.
|
class |
CustomConnectionsHttpClientFactory
Shows how to use custom client connections.
|
class |
ParametersHttpClientFactory
Shows how to customize the runtime behavior of HTTP client component.
|
class |
ProtocolInterceptorHttpClientFactory
Shows how to install HTTP protocol interceptors, an easy handle to hook into HTTP request / response processing.
|
class |
RequestRetryHttpClientFactory
Shows how to install a custom exception recovery mechanism.
|
class |
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.
|
class |
StatefulHttpClientFactory
Shows how to work with stateful HTTP connections.
|
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.