Uses of Class
io.netty.handler.codec.haproxy.HAProxyTLV
-
-
Uses of HAProxyTLV in io.netty.handler.codec.haproxy
Subclasses of HAProxyTLV in io.netty.handler.codec.haproxy Modifier and Type Class Description class
HAProxySSLTLV
Represents aHAProxyTLV
of the typeHAProxyTLV.Type.PP2_TYPE_SSL
.Methods in io.netty.handler.codec.haproxy that return HAProxyTLV Modifier and Type Method Description HAProxyTLV
HAProxyTLV. copy()
HAProxyTLV
HAProxyTLV. duplicate()
HAProxyTLV
HAProxyTLV. replace(io.netty.buffer.ByteBuf content)
HAProxyTLV
HAProxyTLV. retain()
HAProxyTLV
HAProxyTLV. retain(int increment)
HAProxyTLV
HAProxyTLV. retainedDuplicate()
HAProxyTLV
HAProxyTLV. touch()
HAProxyTLV
HAProxyTLV. touch(Object hint)
Methods in io.netty.handler.codec.haproxy that return types with arguments of type HAProxyTLV Modifier and Type Method Description List<HAProxyTLV>
HAProxySSLTLV. encapsulatedTLVs()
Returns an unmodifiable Set of encapsulatedHAProxyTLV
s.List<HAProxyTLV>
HAProxyMessage. tlvs()
Returns a list ofHAProxyTLV
or an empty list if no TLVs are present.Constructor parameters in io.netty.handler.codec.haproxy with type arguments of type HAProxyTLV Constructor Description HAProxyMessage(HAProxyProtocolVersion protocolVersion, HAProxyCommand command, HAProxyProxiedProtocol proxiedProtocol, String sourceAddress, String destinationAddress, int sourcePort, int destinationPort, List<? extends HAProxyTLV> tlvs)
Creates a new instance of HAProxyMessage.HAProxySSLTLV(int verify, byte clientBitField, List<HAProxyTLV> tlvs)
Creates a new HAProxySSLTLV
-