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() |
Timeout |
getHandshakeTimeout() |
HttpVersionPolicy |
getHttpVersionPolicy() |
String[] |
getSupportedCipherSuites() |
String[] |
getSupportedProtocols() |
String |
toString() |
public static final TlsConfig DEFAULT
public Timeout getHandshakeTimeout()
public String[] getSupportedProtocols()
public String[] getSupportedCipherSuites()
public 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.