public final class TlsHandshakeFW extends Flyweight
| Modifier and Type | Class | Description |
|---|---|---|
static class |
TlsHandshakeFW.Builder |
Flyweight.Visitor<T>| Modifier and Type | Field | Description |
|---|---|---|
static int |
FIELD_OFFSET_BODY |
|
static int |
FIELD_OFFSET_LENGTH |
|
static int |
FIELD_OFFSET_TYPE |
| Constructor | Description |
|---|---|
TlsHandshakeFW() |
| Modifier and Type | Method | Description |
|---|---|---|
OctetsFW |
body() |
|
int |
length() |
|
int |
limit() |
|
java.lang.String |
toString() |
|
TlsHandshakeFW |
tryWrap(org.agrona.DirectBuffer buffer,
int offset,
int maxLimit) |
|
int |
type() |
|
TlsHandshakeFW |
wrap(org.agrona.DirectBuffer buffer,
int offset,
int maxLimit) |
public static final int FIELD_OFFSET_TYPE
public static final int FIELD_OFFSET_LENGTH
public static final int FIELD_OFFSET_BODY
public int type()
public int length()
public OctetsFW body()
public TlsHandshakeFW wrap(org.agrona.DirectBuffer buffer, int offset, int maxLimit)
public TlsHandshakeFW tryWrap(org.agrona.DirectBuffer buffer, int offset, int maxLimit)
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2016–2019. All rights reserved.