Uses of Class
io.netty.handler.codec.haproxy.HAProxyProxiedProtocol.AddressFamily
-
Packages that use HAProxyProxiedProtocol.AddressFamily Package Description io.netty.handler.codec.haproxy Decodes an HAProxy proxy protocol header -
-
Uses of HAProxyProxiedProtocol.AddressFamily in io.netty.handler.codec.haproxy
Methods in io.netty.handler.codec.haproxy that return HAProxyProxiedProtocol.AddressFamily Modifier and Type Method Description HAProxyProxiedProtocol.AddressFamily
HAProxyProxiedProtocol. addressFamily()
Returns theHAProxyProxiedProtocol.AddressFamily
of this protocol and address family.static HAProxyProxiedProtocol.AddressFamily
HAProxyProxiedProtocol.AddressFamily. valueOf(byte tpafByte)
Returns theHAProxyProxiedProtocol.AddressFamily
represented by the highest 4 bits of the specified byte.static HAProxyProxiedProtocol.AddressFamily
HAProxyProxiedProtocol.AddressFamily. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static HAProxyProxiedProtocol.AddressFamily[]
HAProxyProxiedProtocol.AddressFamily. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-