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.Methods in io.netty.handler.codec.haproxy that return HAProxyTLVModifier and TypeMethodDescriptionHAProxyTLV.copy()HAProxyTLV.duplicate()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.HAProxyMessage.tlvs()Returns a list ofHAProxyTLVor an empty list if no TLVs are present.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