public final class TcpBeginExFW extends Flyweight
| Modifier and Type | Class | Description |
|---|---|---|
static class |
TcpBeginExFW.Builder |
Flyweight.Visitor<T>| Modifier and Type | Field | Description |
|---|---|---|
static int |
FIELD_OFFSET_LOCAL_ADDRESS |
|
static int |
FIELD_OFFSET_LOCAL_PORT |
|
static int |
FIELD_OFFSET_REMOTE_ADDRESS |
|
static int |
FIELD_OFFSET_REMOTE_PORT |
|
static int |
FIELD_OFFSET_TYPE_ID |
| Constructor | Description |
|---|---|
TcpBeginExFW() |
| Modifier and Type | Method | Description |
|---|---|---|
int |
limit() |
|
TcpAddressFW |
localAddress() |
|
int |
localPort() |
|
TcpAddressFW |
remoteAddress() |
|
int |
remotePort() |
|
java.lang.String |
toString() |
|
TcpBeginExFW |
tryWrap(org.agrona.DirectBuffer buffer,
int offset,
int maxLimit) |
|
int |
typeId() |
|
TcpBeginExFW |
wrap(org.agrona.DirectBuffer buffer,
int offset,
int maxLimit) |
public static final int FIELD_OFFSET_TYPE_ID
public static final int FIELD_OFFSET_LOCAL_ADDRESS
public static final int FIELD_OFFSET_LOCAL_PORT
public static final int FIELD_OFFSET_REMOTE_ADDRESS
public static final int FIELD_OFFSET_REMOTE_PORT
public int typeId()
public TcpAddressFW localAddress()
public int localPort()
public TcpAddressFW remoteAddress()
public int remotePort()
public TcpBeginExFW wrap(org.agrona.DirectBuffer buffer, int offset, int maxLimit)
public TcpBeginExFW tryWrap(org.agrona.DirectBuffer buffer, int offset, int maxLimit)
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2019. All rights reserved.