interface SSLHandshakeBinding
| 限定符和类型 | 方法和说明 |
|---|---|
default Map.Entry<Byte,SSLConsumer>[] |
getHandshakeConsumers(HandshakeContext handshakeContext) |
default Map.Entry<Byte,HandshakeProducer>[] |
getHandshakeProducers(HandshakeContext handshakeContext) |
default SSLHandshake[] |
getRelatedHandshakers(HandshakeContext handshakeContext) |
default SSLHandshake[] getRelatedHandshakers(HandshakeContext handshakeContext)
default Map.Entry<Byte,HandshakeProducer>[] getHandshakeProducers(HandshakeContext handshakeContext)
default Map.Entry<Byte,SSLConsumer>[] getHandshakeConsumers(HandshakeContext handshakeContext)
Copyright © 2023. All rights reserved.