Uses of Class
io.netty.handler.codec.haproxy.HAProxyTLV
-
Packages that use HAProxyTLV Package Description io.netty.handler.codec.haproxy Decodes an HAProxy proxy protocol header -
-
Uses of HAProxyTLV in io.netty.handler.codec.haproxy
Subclasses of HAProxyTLV in io.netty.handler.codec.haproxy Modifier and Type Class Description classHAProxySSLTLVRepresents aHAProxyTLVof the typeHAProxyTLV.Type.PP2_TYPE_SSL.Methods in io.netty.handler.codec.haproxy that return HAProxyTLV Modifier and Type Method Description HAProxyTLVHAProxyTLV. copy()HAProxyTLVHAProxyTLV. duplicate()HAProxyTLVHAProxyTLV. replace(ByteBuf content)HAProxyTLVHAProxyTLV. retain()HAProxyTLVHAProxyTLV. retain(int increment)HAProxyTLVHAProxyTLV. retainedDuplicate()HAProxyTLVHAProxyTLV. touch()HAProxyTLVHAProxyTLV. touch(java.lang.Object hint)Methods in io.netty.handler.codec.haproxy that return types with arguments of type HAProxyTLV Modifier and Type Method Description java.util.List<HAProxyTLV>HAProxySSLTLV. encapsulatedTLVs()Returns an unmodifiable Set of encapsulatedHAProxyTLVs.java.util.List<HAProxyTLV>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 HAProxyTLV Constructor Description HAProxyMessage(HAProxyProtocolVersion protocolVersion, HAProxyCommand command, HAProxyProxiedProtocol proxiedProtocol, java.lang.String sourceAddress, java.lang.String destinationAddress, int sourcePort, int destinationPort, java.util.List<? extends HAProxyTLV> tlvs)Creates a new instance of HAProxyMessage.HAProxySSLTLV(int verify, byte clientBitField, java.util.List<HAProxyTLV> tlvs)Creates a new HAProxySSLTLV
-