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