Uses of Class
org.conscrypt.HandshakeProtocol
| Package | Description |
|---|---|
| org.conscrypt |
-
Uses of HandshakeProtocol in org.conscrypt
Subclasses of HandshakeProtocol in org.conscrypt Modifier and Type Class Description classClientHandshakeImplClient side handshake protocol implementation.classServerHandshakeImplServer side handshake protocol implementation.Constructors in org.conscrypt with parameters of type HandshakeProtocol Constructor Description DelegatedTask(Runnable action, HandshakeProtocol handshaker)SSLRecordProtocol(HandshakeProtocol handshakeProtocol, AlertProtocol alertProtocol, SSLInputStream in, Appendable appData)Creates an instance of record protocol and tunes up the client protocols to use ut.