public final class TlsContentTypeFW extends Flyweight
| Modifier and Type | Class | Description |
|---|---|---|
static class |
TlsContentTypeFW.Builder |
Flyweight.Visitor<T>| Constructor | Description |
|---|---|
TlsContentTypeFW() |
| Modifier and Type | Method | Description |
|---|---|---|
TlsContentType |
get() |
|
int |
limit() |
|
java.lang.String |
toString() |
|
TlsContentTypeFW |
tryWrap(org.agrona.DirectBuffer buffer,
int offset,
int maxLimit) |
|
TlsContentTypeFW |
wrap(org.agrona.DirectBuffer buffer,
int offset,
int maxLimit) |
public TlsContentType get()
public TlsContentTypeFW tryWrap(org.agrona.DirectBuffer buffer, int offset, int maxLimit)
public TlsContentTypeFW wrap(org.agrona.DirectBuffer buffer, int offset, int maxLimit)
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2016–2019. All rights reserved.