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 classRepresents aHAProxyTLVof 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.tlvsprivate final List<HAProxyTLV> HAProxySSLTLV.tlvsMethods in io.netty.handler.codec.haproxy that return HAProxyTLVModifier and TypeMethodDescriptionHAProxyTLV.copy()HAProxyTLV.duplicate()private static HAProxyTLVHAProxyMessage.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 encapsulatedHAProxyTLVs.private static List<HAProxyTLV> HAProxyMessage.tlvs()Returns a list ofHAProxyTLVor an empty list if no TLVs are present.Methods in io.netty.handler.codec.haproxy with parameters of type HAProxyTLVModifier and TypeMethodDescriptionprivate static voidHAProxyMessageEncoder.encodeTlv(HAProxyTLV haProxyTLV, ByteBuf out) Method parameters in io.netty.handler.codec.haproxy with type arguments of type HAProxyTLVModifier and TypeMethodDescriptionprivate static voidHAProxyMessageEncoder.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