ClientHttpRequestFactoryFactory
as the
functionality was moved to the org.springframework.vault.client
package.@Deprecated public class ClientHttpRequestFactoryFactory extends Object
ClientHttpRequestFactory
that supports Apache HTTP Components,
OkHttp, Netty and the JDK HTTP client (in that order). This factory configures a
ClientHttpRequestFactory
depending on the available dependencies.Constructor and Description |
---|
ClientHttpRequestFactoryFactory()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ClientHttpRequestFactory |
create(ClientOptions options,
SslConfiguration sslConfiguration)
Deprecated.
|
public ClientHttpRequestFactoryFactory()
public static ClientHttpRequestFactory create(ClientOptions options, SslConfiguration sslConfiguration)
options
- must not be nullsslConfiguration
- must not be nullClientHttpRequestFactory
. Lifecycle beans must be initialized
after obtaining.Copyright © 2016–2021 Pivotal Software, Inc.. All rights reserved.