public final class TlsProtocolVersionFW extends Flyweight
| Modifier and Type | Class | Description |
|---|---|---|
static class |
TlsProtocolVersionFW.Builder |
Flyweight.Visitor<T>| Modifier and Type | Field | Description |
|---|---|---|
static int |
FIELD_OFFSET_MAJOR |
|
static int |
FIELD_OFFSET_MINOR |
| Constructor | Description |
|---|---|
TlsProtocolVersionFW() |
| Modifier and Type | Method | Description |
|---|---|---|
int |
limit() |
|
int |
major() |
|
int |
minor() |
|
java.lang.String |
toString() |
|
TlsProtocolVersionFW |
tryWrap(org.agrona.DirectBuffer buffer,
int offset,
int maxLimit) |
|
TlsProtocolVersionFW |
wrap(org.agrona.DirectBuffer buffer,
int offset,
int maxLimit) |
public static final int FIELD_OFFSET_MAJOR
public static final int FIELD_OFFSET_MINOR
public int major()
public int minor()
public TlsProtocolVersionFW wrap(org.agrona.DirectBuffer buffer, int offset, int maxLimit)
public TlsProtocolVersionFW 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.