public class HAProxyTLV
extends io.netty.buffer.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() |
HAProxyTLV |
duplicate() |
HAProxyTLV |
replace(io.netty.buffer.ByteBuf content) |
HAProxyTLV |
retain() |
HAProxyTLV |
retain(int increment) |
HAProxyTLV |
retainedDuplicate() |
HAProxyTLV |
touch() |
HAProxyTLV |
touch(Object hint) |
HAProxyTLV.Type |
type()
Returns the
HAProxyTLV.Type of this TLV |
byte |
typeByteValue()
Returns the type of the TLV as byte
|
public HAProxyTLV.Type type()
HAProxyTLV.Type
of this TLVpublic byte typeByteValue()
public HAProxyTLV copy()
copy
in interface io.netty.buffer.ByteBufHolder
copy
in class io.netty.buffer.DefaultByteBufHolder
public HAProxyTLV duplicate()
duplicate
in interface io.netty.buffer.ByteBufHolder
duplicate
in class io.netty.buffer.DefaultByteBufHolder
public HAProxyTLV retainedDuplicate()
retainedDuplicate
in interface io.netty.buffer.ByteBufHolder
retainedDuplicate
in class io.netty.buffer.DefaultByteBufHolder
public HAProxyTLV replace(io.netty.buffer.ByteBuf content)
replace
in interface io.netty.buffer.ByteBufHolder
replace
in class io.netty.buffer.DefaultByteBufHolder
public HAProxyTLV retain()
retain
in interface io.netty.buffer.ByteBufHolder
retain
in interface io.netty.util.ReferenceCounted
retain
in class io.netty.buffer.DefaultByteBufHolder
public HAProxyTLV retain(int increment)
retain
in interface io.netty.buffer.ByteBufHolder
retain
in interface io.netty.util.ReferenceCounted
retain
in class io.netty.buffer.DefaultByteBufHolder
public HAProxyTLV touch()
touch
in interface io.netty.buffer.ByteBufHolder
touch
in interface io.netty.util.ReferenceCounted
touch
in class io.netty.buffer.DefaultByteBufHolder
public HAProxyTLV touch(Object hint)
touch
in interface io.netty.buffer.ByteBufHolder
touch
in interface io.netty.util.ReferenceCounted
touch
in class io.netty.buffer.DefaultByteBufHolder
Copyright © 2008–2017 The Netty Project. All rights reserved.