public final class HttpHeaderFW extends Flyweight
| Modifier and Type | Class | Description |
|---|---|---|
static class |
HttpHeaderFW.Builder |
Flyweight.Visitor<T>| Modifier and Type | Field | Description |
|---|---|---|
static int |
FIELD_OFFSET_NAME |
|
static int |
FIELD_OFFSET_VALUE |
| Constructor | Description |
|---|---|
HttpHeaderFW() |
| Modifier and Type | Method | Description |
|---|---|---|
int |
limit() |
|
StringFW |
name() |
|
java.lang.String |
toString() |
|
HttpHeaderFW |
tryWrap(org.agrona.DirectBuffer buffer,
int offset,
int maxLimit) |
|
String16FW |
value() |
|
HttpHeaderFW |
wrap(org.agrona.DirectBuffer buffer,
int offset,
int maxLimit) |
public static final int FIELD_OFFSET_NAME
public static final int FIELD_OFFSET_VALUE
public StringFW name()
public String16FW value()
public HttpHeaderFW wrap(org.agrona.DirectBuffer buffer, int offset, int maxLimit)
public HttpHeaderFW tryWrap(org.agrona.DirectBuffer buffer, int offset, int maxLimit)
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2019. All rights reserved.