U - the type of address before resolution (unresolved address)R - the type of address after resolution (resolved address)@Deprecated
public interface PartitionedHttpClientSecurityConfigurator<U,R>
extends ClientSecurityConfigurator
ClientSecurityConfigurator for PartitionedHttpClientSecurityConfigurator.| Modifier and Type | Method and Description |
|---|---|
PartitionedHttpClientSecurityConfigurator<U,R> |
ciphers(Iterable<String> ciphers)
Deprecated.
|
PartitionedHttpClientBuilder<U,R> |
commit()
Deprecated.
Commit configuring client security.
|
PartitionedHttpClientSecurityConfigurator<U,R> |
disableHostnameVerification()
Deprecated.
|
PartitionedHttpClientSecurityConfigurator<U,R> |
hostnameVerification(String hostNameVerificationHost)
Deprecated.
|
PartitionedHttpClientSecurityConfigurator<U,R> |
hostnameVerification(String hostNameVerificationHost,
int hostNameVerificationPort)
Deprecated.
|
PartitionedHttpClientSecurityConfigurator<U,R> |
hostnameVerification(String hostNameVerificationAlgorithm,
String hostNameVerificationHost)
Deprecated.
|
PartitionedHttpClientSecurityConfigurator<U,R> |
hostnameVerification(String hostNameVerificationAlgorithm,
String hostNameVerificationHost,
int hostNameVerificationPort)
Deprecated.
|
PartitionedHttpClientSecurityConfigurator<U,R> |
hostnameVerificationAlgorithm(String hostNameVerificationAlgorithm)
Deprecated.
|
PartitionedHttpClientSecurityConfigurator<U,R> |
keyManager(KeyManagerFactory keyManagerFactory)
Deprecated.
|
PartitionedHttpClientSecurityConfigurator<U,R> |
keyManager(Supplier<InputStream> keyCertChainSupplier,
Supplier<InputStream> keySupplier)
Deprecated.
|
PartitionedHttpClientSecurityConfigurator<U,R> |
keyManager(Supplier<InputStream> keyCertChainSupplier,
Supplier<InputStream> keySupplier,
String keyPassword)
Deprecated.
|
PartitionedHttpClientSecurityConfigurator<U,R> |
protocols(String... protocols)
Deprecated.
|
PartitionedHttpClientSecurityConfigurator<U,R> |
provider(SecurityConfigurator.SslProvider provider)
Deprecated.
|
PartitionedHttpClientSecurityConfigurator<U,R> |
sessionCacheSize(long sessionCacheSize)
Deprecated.
|
PartitionedHttpClientSecurityConfigurator<U,R> |
sessionTimeout(long sessionTimeout)
Deprecated.
|
PartitionedHttpClientSecurityConfigurator<U,R> |
sniHostname(String sniHostname)
Deprecated.
|
PartitionedHttpClientSecurityConfigurator<U,R> |
trustManager(Supplier<InputStream> trustCertChainSupplier)
Deprecated.
|
PartitionedHttpClientSecurityConfigurator<U,R> |
trustManager(TrustManagerFactory trustManagerFactory)
Deprecated.
|
PartitionedHttpClientBuilder<U,R> commit()
HttpServerBuilder that initiated the security configuration process.PartitionedHttpClientSecurityConfigurator<U,R> trustManager(Supplier<InputStream> trustCertChainSupplier)
trustManager in interface ClientSecurityConfiguratortrustManager in interface SecurityConfiguratorPartitionedHttpClientSecurityConfigurator<U,R> trustManager(TrustManagerFactory trustManagerFactory)
trustManager in interface ClientSecurityConfiguratortrustManager in interface SecurityConfiguratorPartitionedHttpClientSecurityConfigurator<U,R> protocols(String... protocols)
protocols in interface ClientSecurityConfiguratorprotocols in interface SecurityConfiguratorPartitionedHttpClientSecurityConfigurator<U,R> ciphers(Iterable<String> ciphers)
ciphers in interface ClientSecurityConfiguratorciphers in interface SecurityConfiguratorPartitionedHttpClientSecurityConfigurator<U,R> sessionCacheSize(long sessionCacheSize)
sessionCacheSize in interface ClientSecurityConfiguratorsessionCacheSize in interface SecurityConfiguratorPartitionedHttpClientSecurityConfigurator<U,R> sessionTimeout(long sessionTimeout)
sessionTimeout in interface ClientSecurityConfiguratorsessionTimeout in interface SecurityConfiguratorPartitionedHttpClientSecurityConfigurator<U,R> provider(SecurityConfigurator.SslProvider provider)
provider in interface ClientSecurityConfiguratorprovider in interface SecurityConfiguratorPartitionedHttpClientSecurityConfigurator<U,R> hostnameVerificationAlgorithm(String hostNameVerificationAlgorithm)
hostnameVerificationAlgorithm in interface ClientSecurityConfiguratorPartitionedHttpClientSecurityConfigurator<U,R> hostnameVerification(String hostNameVerificationAlgorithm, String hostNameVerificationHost)
hostnameVerification in interface ClientSecurityConfiguratorPartitionedHttpClientSecurityConfigurator<U,R> hostnameVerification(String hostNameVerificationAlgorithm, String hostNameVerificationHost, int hostNameVerificationPort)
hostnameVerification in interface ClientSecurityConfiguratorPartitionedHttpClientSecurityConfigurator<U,R> hostnameVerification(String hostNameVerificationHost)
hostnameVerification in interface ClientSecurityConfiguratorPartitionedHttpClientSecurityConfigurator<U,R> hostnameVerification(String hostNameVerificationHost, int hostNameVerificationPort)
hostnameVerification in interface ClientSecurityConfiguratorPartitionedHttpClientSecurityConfigurator<U,R> sniHostname(String sniHostname)
sniHostname in interface ClientSecurityConfiguratorPartitionedHttpClientSecurityConfigurator<U,R> disableHostnameVerification()
disableHostnameVerification in interface ClientSecurityConfiguratorPartitionedHttpClientSecurityConfigurator<U,R> keyManager(KeyManagerFactory keyManagerFactory)
keyManager in interface ClientSecurityConfiguratorPartitionedHttpClientSecurityConfigurator<U,R> keyManager(Supplier<InputStream> keyCertChainSupplier, Supplier<InputStream> keySupplier)
keyManager in interface ClientSecurityConfiguratorPartitionedHttpClientSecurityConfigurator<U,R> keyManager(Supplier<InputStream> keyCertChainSupplier, Supplier<InputStream> keySupplier, String keyPassword)
keyManager in interface ClientSecurityConfigurator