public final class TcpAddressFW extends Flyweight
| Modifier and Type | Class | Description |
|---|---|---|
static class |
TcpAddressFW.Builder |
Flyweight.Visitor<T>| Modifier and Type | Field | Description |
|---|---|---|
static int |
KIND_HOST |
|
static int |
KIND_IPV4_ADDRESS |
|
static int |
KIND_IPV6_ADDRESS |
| Constructor | Description |
|---|---|
TcpAddressFW() |
| Modifier and Type | Method | Description |
|---|---|---|
StringFW |
host() |
|
OctetsFW |
ipv4Address() |
|
OctetsFW |
ipv6Address() |
|
int |
kind() |
|
int |
limit() |
|
java.lang.String |
toString() |
|
TcpAddressFW |
tryWrap(org.agrona.DirectBuffer buffer,
int offset,
int maxLimit) |
|
TcpAddressFW |
wrap(org.agrona.DirectBuffer buffer,
int offset,
int maxLimit) |
public static final int KIND_IPV4_ADDRESS
public static final int KIND_IPV6_ADDRESS
public static final int KIND_HOST
public OctetsFW ipv4Address()
public OctetsFW ipv6Address()
public StringFW host()
public int kind()
public TcpAddressFW tryWrap(org.agrona.DirectBuffer buffer, int offset, int maxLimit)
public TcpAddressFW wrap(org.agrona.DirectBuffer buffer, int offset, int maxLimit)
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2019. All rights reserved.