Uses of Enum
io.netty.handler.codec.haproxy.HAProxyProxiedProtocol
Packages that use HAProxyProxiedProtocol
-
Uses of HAProxyProxiedProtocol in io.netty.handler.codec.haproxy
Fields in io.netty.handler.codec.haproxy declared as HAProxyProxiedProtocolModifier and TypeFieldDescriptionprivate final HAProxyProxiedProtocol
HAProxyMessage.proxiedProtocol
Methods in io.netty.handler.codec.haproxy that return HAProxyProxiedProtocolModifier and TypeMethodDescriptionHAProxyMessage.proxiedProtocol()
Returns theHAProxyProxiedProtocol
of thisHAProxyMessage
.static HAProxyProxiedProtocol
HAProxyProxiedProtocol.valueOf
(byte tpafByte) Returns theHAProxyProxiedProtocol
represented by the specified byte.static HAProxyProxiedProtocol
Returns the enum constant of this type with the specified name.static HAProxyProxiedProtocol[]
HAProxyProxiedProtocol.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.netty.handler.codec.haproxy with parameters of type HAProxyProxiedProtocolModifierConstructorDescriptionHAProxyMessage
(HAProxyProtocolVersion protocolVersion, HAProxyCommand command, HAProxyProxiedProtocol proxiedProtocol, String sourceAddress, String destinationAddress, int sourcePort, int destinationPort) Creates a new instance of HAProxyMessage.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.private
HAProxyMessage
(HAProxyProtocolVersion protocolVersion, HAProxyCommand command, HAProxyProxiedProtocol proxiedProtocol, String sourceAddress, String destinationAddress, String sourcePort, String destinationPort) Creates a new instance