abstract static class SSLHandshake.HandshakeMessage extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
(专用程序包) HandshakeContext |
handshakeContext |
| 构造器和说明 |
|---|
HandshakeMessage(HandshakeContext handshakeContext) |
| 限定符和类型 | 方法和说明 |
|---|---|
(专用程序包) abstract SSLHandshake |
handshakeType() |
(专用程序包) abstract int |
messageLength() |
(专用程序包) abstract void |
send(HandshakeOutStream hos) |
(专用程序包) void |
write(HandshakeOutStream hos) |
final HandshakeContext handshakeContext
HandshakeMessage(HandshakeContext handshakeContext)
abstract SSLHandshake handshakeType()
abstract int messageLength()
abstract void send(HandshakeOutStream hos) throws IOException
IOExceptionvoid write(HandshakeOutStream hos) throws IOException
IOExceptionCopyright © 2023. All rights reserved.