Modifier and Type | Class and Description |
---|---|
static class |
TlsConfig.Builder |
Modifier | Constructor and Description |
---|---|
protected |
TlsConfig()
Intended for CDI compatibility
|
Modifier and Type | Method and Description |
---|---|
protected TlsConfig |
clone() |
static TlsConfig.Builder |
copy(TlsConfig config) |
static TlsConfig.Builder |
custom() |
org.apache.hc.core5.util.Timeout |
getHandshakeTimeout() |
org.apache.hc.core5.http2.HttpVersionPolicy |
getHttpVersionPolicy() |
String[] |
getSupportedCipherSuites() |
String[] |
getSupportedProtocols() |
String |
toString() |
public static final TlsConfig DEFAULT
public org.apache.hc.core5.util.Timeout getHandshakeTimeout()
public String[] getSupportedProtocols()
public String[] getSupportedCipherSuites()
public org.apache.hc.core5.http2.HttpVersionPolicy getHttpVersionPolicy()
protected TlsConfig clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
public static TlsConfig.Builder custom()
public static TlsConfig.Builder copy(TlsConfig config)
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.