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.AddressFamilyHAProxyProxiedProtocol. addressFamily()Returns theHAProxyProxiedProtocol.AddressFamilyof this protocol and address family.static HAProxyProxiedProtocol.AddressFamilyHAProxyProxiedProtocol.AddressFamily. valueOf(byte tpafByte)Returns theHAProxyProxiedProtocol.AddressFamilyrepresented by the highest 4 bits of the specified byte.static HAProxyProxiedProtocol.AddressFamilyHAProxyProxiedProtocol.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.
-