Uses of Enum
io.netty.handler.codec.haproxy.HAProxyProxiedProtocol.AddressFamily
Packages that use HAProxyProxiedProtocol.AddressFamily
-
Uses of HAProxyProxiedProtocol.AddressFamily in io.netty.handler.codec.haproxy
Subclasses with type arguments of type HAProxyProxiedProtocol.AddressFamily in io.netty.handler.codec.haproxyModifier and TypeClassDescriptionstatic enumThe address family of an HAProxy proxy protocol header.Methods in io.netty.handler.codec.haproxy that return HAProxyProxiedProtocol.AddressFamilyModifier and TypeMethodDescriptionHAProxyProxiedProtocol.addressFamily()Returns theHAProxyProxiedProtocol.AddressFamilyof this protocol and address family.HAProxyProxiedProtocol.AddressFamily.valueOf(byte tpafByte) Returns theHAProxyProxiedProtocol.AddressFamilyrepresented by the highest 4 bits of the specified byte.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.