public final class TlsEncodeResult
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
byte[] |
buf |
int |
len |
int |
off |
short |
recordType |
| Constructor and Description |
|---|
TlsEncodeResult(byte[] buf,
int off,
int len,
short recordType) |