final class AlpnExtension extends Object
| 限定符和类型 | 类和说明 |
|---|---|
(专用程序包) static class |
AlpnExtension.AlpnSpec
The "application_layer_protocol_negotiation" extension.
|
private static class |
AlpnExtension.AlpnStringizer |
private static class |
AlpnExtension.CHAlpnAbsence
The absence processing if the extension is not present in
a ClientHello handshake message.
|
private static class |
AlpnExtension.CHAlpnConsumer
Network data consumer of the extension in a ClientHello
handshake message.
|
private static class |
AlpnExtension.CHAlpnProducer
Network data producer of the extension in a ClientHello
handshake message.
|
private static class |
AlpnExtension.SHAlpnAbsence
The absence processing if the extension is not present in
the ServerHello handshake message.
|
private static class |
AlpnExtension.SHAlpnConsumer
Network data consumer of the extension in the ServerHello
handshake message.
|
private static class |
AlpnExtension.SHAlpnProducer
Network data producer of the extension in the ServerHello
handshake message.
|
| 限定符和类型 | 字段和说明 |
|---|---|
(专用程序包) static Charset |
alpnCharset |
(专用程序包) static SSLStringizer |
alpnStringizer |
(专用程序包) static HandshakeProducer |
chNetworkProducer |
(专用程序包) static HandshakeAbsence |
chOnLoadAbsence |
(专用程序包) static SSLExtension.ExtensionConsumer |
chOnLoadConsumer |
(专用程序包) static HandshakeProducer |
eeNetworkProducer |
(专用程序包) static HandshakeAbsence |
eeOnLoadAbsence |
(专用程序包) static SSLExtension.ExtensionConsumer |
eeOnLoadConsumer |
(专用程序包) static HandshakeProducer |
shNetworkProducer |
(专用程序包) static HandshakeAbsence |
shOnLoadAbsence |
(专用程序包) static SSLExtension.ExtensionConsumer |
shOnLoadConsumer |
| 构造器和说明 |
|---|
AlpnExtension() |
static final HandshakeProducer chNetworkProducer
static final SSLExtension.ExtensionConsumer chOnLoadConsumer
static final HandshakeAbsence chOnLoadAbsence
static final HandshakeProducer shNetworkProducer
static final SSLExtension.ExtensionConsumer shOnLoadConsumer
static final HandshakeAbsence shOnLoadAbsence
static final HandshakeProducer eeNetworkProducer
static final SSLExtension.ExtensionConsumer eeOnLoadConsumer
static final HandshakeAbsence eeOnLoadAbsence
static final SSLStringizer alpnStringizer
static final Charset alpnCharset
Copyright © 2023. All rights reserved.