final class Plaintext extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
(专用程序包) byte |
contentType |
(专用程序包) ByteBuffer |
fragment |
(专用程序包) SSLEngineResult.HandshakeStatus |
handshakeStatus |
(专用程序包) byte |
majorVersion |
(专用程序包) byte |
minorVersion |
(专用程序包) static Plaintext |
PLAINTEXT_NULL |
(专用程序包) int |
recordEpoch |
(专用程序包) long |
recordSN |
| 限定符 | 构造器和说明 |
|---|---|
private |
Plaintext() |
(专用程序包) |
Plaintext(byte contentType,
byte majorVersion,
byte minorVersion,
int recordEpoch,
long recordSN,
ByteBuffer fragment) |
static final Plaintext PLAINTEXT_NULL
final byte contentType
final byte majorVersion
final byte minorVersion
final int recordEpoch
final long recordSN
final ByteBuffer fragment
SSLEngineResult.HandshakeStatus handshakeStatus
private Plaintext()
Plaintext(byte contentType,
byte majorVersion,
byte minorVersion,
int recordEpoch,
long recordSN,
ByteBuffer fragment)
Copyright © 2023. All rights reserved.