public class HAProxyTLV extends DefaultByteBufHolder
HAProxySSLTLV| 限定符和类型 | 类和说明 |
|---|---|
static class |
HAProxyTLV.Type
The registered types a TLV can have regarding the PROXY protocol 1.5 spec
|
| 限定符和类型 | 方法和说明 |
|---|---|
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 在接口中 ByteBufHoldercopy 在类中 DefaultByteBufHolderpublic HAProxyTLV duplicate()
ByteBufHolderByteBufHolder. Be aware that this will not automatically call ByteBufHolder.retain().duplicate 在接口中 ByteBufHolderduplicate 在类中 DefaultByteBufHolderpublic HAProxyTLV retain()
ReferenceCounted1.retain 在接口中 ByteBufHolderretain 在接口中 ReferenceCountedretain 在类中 DefaultByteBufHolderpublic HAProxyTLV retain(int increment)
ReferenceCountedincrement.retain 在接口中 ByteBufHolderretain 在接口中 ReferenceCountedretain 在类中 DefaultByteBufHolder