| Package | Description |
|---|---|
| org.apache.olingo.client.api | |
| org.apache.olingo.client.api.http | |
| org.apache.olingo.client.core | |
| org.apache.olingo.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 | Method and Description |
|---|---|
HttpClientFactory |
ConfigurationImpl.getHttpClientFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigurationImpl.setHttpClientFactory(HttpClientFactory factory) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractHttpClientFactory |
class |
AbstractOAuth2HttpClientFactory |
class |
BasicAuthHttpClientFactory
Implementation for working with Basic Authentication.
|
class |
DefaultHttpClientFactory
Default implementation returning HttpClients with default parameters.
|
class |
NTLMAuthHttpClientFactory
Implementation for working with NTLM Authentication via embedded HttpClient features.
|
class |
ProxyWrappingHttpClientFactory
Implementation for working behind an HTTP proxy (possibly requiring authentication); requires another concrete
HttpClientFactory implementation acting as real HTTP client factory. |
| Modifier and Type | Method and Description |
|---|---|
HttpClientFactory |
AbstractOAuth2HttpClientFactory.getWrappedHttpClientFactory() |
Copyright © 2023. All rights reserved.