public class HAProxyTLV extends DefaultByteBufHolder
HAProxySSLTLV| Modifier and Type | Class and Description |
|---|---|
static class |
HAProxyTLV.Type
The registered types a TLV can have regarding the PROXY protocol 1.5 spec
|
| Modifier and Type | Method and Description |
|---|---|
HAProxyTLV |
copy()
Create a deep copy of this
ByteBufHolder. |
HAProxyTLV |
duplicate()
Duplicate the
ByteBufHolder. |
HAProxyTLV |
retain()
Increases the reference count by
1. |
HAProxyTLV |
retain(int increment)
Increases the reference count by the specified
increment. |
HAProxyTLV.Type |
type()
Returns the
HAProxyTLV.Type of this TLV |
byte |
typeByteValue()
Returns the type of the TLV as byte
|
content, contentToString, equals, hashCode, refCnt, release, release, toStringpublic HAProxyTLV.Type type()
HAProxyTLV.Type of this TLVpublic byte typeByteValue()
public HAProxyTLV copy()
ByteBufHolderByteBufHolder.copy in interface ByteBufHoldercopy in class DefaultByteBufHolderpublic HAProxyTLV duplicate()
ByteBufHolderByteBufHolder. Be aware that this will not automatically call ByteBufHolder.retain().duplicate in interface ByteBufHolderduplicate in class DefaultByteBufHolderpublic HAProxyTLV retain()
ReferenceCounted1.retain in interface ByteBufHolderretain in interface ReferenceCountedretain in class DefaultByteBufHolderpublic HAProxyTLV retain(int increment)
ReferenceCountedincrement.retain in interface ByteBufHolderretain in interface ReferenceCountedretain in class DefaultByteBufHolderCopyright © 2008–2018 The Netty Project. All rights reserved.