Uses of Enum
io.netty.handler.codec.haproxy.HAProxyProxiedProtocol.TransportProtocol
Packages that use HAProxyProxiedProtocol.TransportProtocol
-
Uses of HAProxyProxiedProtocol.TransportProtocol in io.netty.handler.codec.haproxy
Fields in io.netty.handler.codec.haproxy declared as HAProxyProxiedProtocol.TransportProtocolModifier and TypeFieldDescriptionprivate final HAProxyProxiedProtocol.TransportProtocol
HAProxyProxiedProtocol.transportProtocol
Methods in io.netty.handler.codec.haproxy that return HAProxyProxiedProtocol.TransportProtocolModifier and TypeMethodDescriptionHAProxyProxiedProtocol.transportProtocol()
Returns theHAProxyProxiedProtocol.TransportProtocol
of this protocol and address family.HAProxyProxiedProtocol.TransportProtocol.valueOf
(byte tpafByte) Returns theHAProxyProxiedProtocol.TransportProtocol
represented by the lowest 4 bits of the specified byte.Returns the enum constant of this type with the specified name.HAProxyProxiedProtocol.TransportProtocol.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 HAProxyProxiedProtocol.TransportProtocolModifierConstructorDescriptionprivate
HAProxyProxiedProtocol
(byte byteValue, HAProxyProxiedProtocol.AddressFamily addressFamily, HAProxyProxiedProtocol.TransportProtocol transportProtocol) Creates a new instance.