Uses of Class
io.netty.handler.codec.haproxy.HAProxyTLV
Packages that use HAProxyTLV
-
Uses of HAProxyTLV in io.netty.handler.codec.haproxy
Subclasses of HAProxyTLV in io.netty.handler.codec.haproxyModifier and TypeClassDescriptionfinal class
Represents aHAProxyTLV
of the typeHAProxyTLV.Type.PP2_TYPE_SSL
.Fields in io.netty.handler.codec.haproxy with type parameters of type HAProxyTLVModifier and TypeFieldDescriptionprivate final List
<HAProxyTLV> HAProxyMessage.tlvs
private final List
<HAProxyTLV> HAProxySSLTLV.tlvs
Methods in io.netty.handler.codec.haproxy that return HAProxyTLVModifier and TypeMethodDescriptionHAProxyTLV.copy()
HAProxyTLV.duplicate()
private static HAProxyTLV
HAProxyMessage.readNextTLV
(ByteBuf header, int nestingLevel) HAProxyTLV.retain()
HAProxyTLV.retain
(int increment) HAProxyTLV.retainedDuplicate()
HAProxyTLV.touch()
Methods in io.netty.handler.codec.haproxy that return types with arguments of type HAProxyTLVModifier and TypeMethodDescriptionHAProxySSLTLV.encapsulatedTLVs()
Returns an unmodifiable Set of encapsulatedHAProxyTLV
s.private static List
<HAProxyTLV> HAProxyMessage.tlvs()
Returns a list ofHAProxyTLV
or an empty list if no TLVs are present.Methods in io.netty.handler.codec.haproxy with parameters of type HAProxyTLVModifier and TypeMethodDescriptionprivate static void
HAProxyMessageEncoder.encodeTlv
(HAProxyTLV haProxyTLV, ByteBuf out) Method parameters in io.netty.handler.codec.haproxy with type arguments of type HAProxyTLVModifier and TypeMethodDescriptionprivate static void
HAProxyMessageEncoder.encodeTlvs
(List<HAProxyTLV> haProxyTLVs, ByteBuf out) Constructor parameters in io.netty.handler.codec.haproxy with type arguments of type HAProxyTLVModifierConstructorDescriptionHAProxyMessage
(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(package private)
HAProxySSLTLV
(int verify, byte clientBitField, List<HAProxyTLV> tlvs, ByteBuf rawContent) Creates a new HAProxySSLTLV