public class HttpClientProperties.Ssl extends Object
Constructor and Description |
---|
Ssl() |
public X509Certificate[] getTrustedX509CertificatesForTrustManager()
public boolean isUseInsecureTrustManager()
public void setUseInsecureTrustManager(boolean useInsecureTrustManager)
public Duration getHandshakeTimeout()
public void setHandshakeTimeout(Duration handshakeTimeout)
public Duration getCloseNotifyFlushTimeout()
public void setCloseNotifyFlushTimeout(Duration closeNotifyFlushTimeout)
public Duration getCloseNotifyReadTimeout()
public void setCloseNotifyReadTimeout(Duration closeNotifyReadTimeout)
@DeprecatedConfigurationProperty(replacement="spring.cloud.gateway.httpclient.ssl.handshake-timeout") @Deprecated public long getHandshakeTimeoutMillis()
@Deprecated public void setHandshakeTimeoutMillis(long handshakeTimeoutMillis)
@DeprecatedConfigurationProperty(replacement="spring.cloud.gateway.httpclient.ssl.close-notify-flush-timeout") @Deprecated public long getCloseNotifyFlushTimeoutMillis()
@Deprecated public void setCloseNotifyFlushTimeoutMillis(long closeNotifyFlushTimeoutMillis)
@DeprecatedConfigurationProperty(replacement="spring.cloud.gateway.httpclient.ssl.close-notify-read-timeout") @Deprecated public long getCloseNotifyReadTimeoutMillis()
@Deprecated public void setCloseNotifyReadTimeoutMillis(long closeNotifyReadTimeoutMillis)
public reactor.netty.tcp.SslProvider.DefaultConfigurationType getDefaultConfigurationType()
public void setDefaultConfigurationType(reactor.netty.tcp.SslProvider.DefaultConfigurationType defaultConfigurationType)
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.