| Package | Description |
|---|---|
| serguei.http |
| Modifier and Type | Field and Description |
|---|---|
static TlsVersion |
TlsVersion.SSLv2Hello |
static TlsVersion |
TlsVersion.SSLv3 |
static TlsVersion |
TlsVersion.TLSv10 |
static TlsVersion |
TlsVersion.TLSv11 |
static TlsVersion |
TlsVersion.TLSv12 |
static TlsVersion |
TlsVersion.TLSv13 |
protected static TlsVersion |
TlsVersion.UNDEFINED |
| Modifier and Type | Method and Description |
|---|---|
static TlsVersion |
TlsVersion.fromJdkString(String protocolName) |
TlsVersion |
ConnectionContext.getNegotiatedTlsProtocol() |
TlsVersion |
HttpClientConnection.getNegotiatedTlsProtocol() |
TlsVersion |
ClientHello.getProtocolVersion() |
TlsVersion |
ClientHello.getRecordProtocolVersion() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TlsVersion.higherOrEqualTo(TlsVersion protocolVersion) |
void |
HttpServer.setTlsProtocol(TlsVersion... enabledTlsProtocols) |
void |
HttpClientConnection.setTlsProtocol(TlsVersion... enabledTlsProtocols) |
static String[] |
TlsVersion.toJdkStrings(TlsVersion[] values) |
Copyright © 2019. All rights reserved.