Uses of Class
io.netty.handler.codec.haproxy.HAProxyProxiedProtocol.TransportProtocol
-
Packages that use HAProxyProxiedProtocol.TransportProtocol Package Description io.netty.handler.codec.haproxy Decodes an HAProxy proxy protocol header -
-
Uses of HAProxyProxiedProtocol.TransportProtocol in io.netty.handler.codec.haproxy
Fields in io.netty.handler.codec.haproxy declared as HAProxyProxiedProtocol.TransportProtocol Modifier and Type Field Description private HAProxyProxiedProtocol.TransportProtocolHAProxyProxiedProtocol. transportProtocolMethods in io.netty.handler.codec.haproxy that return HAProxyProxiedProtocol.TransportProtocol Modifier and Type Method Description HAProxyProxiedProtocol.TransportProtocolHAProxyProxiedProtocol. transportProtocol()Returns theHAProxyProxiedProtocol.TransportProtocolof this protocol and address family.static HAProxyProxiedProtocol.TransportProtocolHAProxyProxiedProtocol.TransportProtocol. valueOf(byte tpafByte)Returns theHAProxyProxiedProtocol.TransportProtocolrepresented by the lowest 4 bits of the specified byte.static HAProxyProxiedProtocol.TransportProtocolHAProxyProxiedProtocol.TransportProtocol. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static HAProxyProxiedProtocol.TransportProtocol[]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.TransportProtocol Constructor Description HAProxyProxiedProtocol(byte byteValue, HAProxyProxiedProtocol.AddressFamily addressFamily, HAProxyProxiedProtocol.TransportProtocol transportProtocol)Creates a new instance.
-