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
Fields in io.netty.handler.codec.haproxy declared as HAProxyProxiedProtocol.AddressFamilyModifier and TypeFieldDescriptionprivate final HAProxyProxiedProtocol.AddressFamilyHAProxyProxiedProtocol.addressFamilyMethods 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.Methods in io.netty.handler.codec.haproxy with parameters of type HAProxyProxiedProtocol.AddressFamilyModifier and TypeMethodDescriptionprivate static voidHAProxyMessage.checkAddress(String address, HAProxyProxiedProtocol.AddressFamily addrFamily) Validate an address (IPv4, IPv6, Unix Socket)private static voidHAProxyMessage.checkPort(int port, HAProxyProxiedProtocol.AddressFamily addrFamily) Validate the port depending on the addrFamily.Constructors in io.netty.handler.codec.haproxy with parameters of type HAProxyProxiedProtocol.AddressFamilyModifierConstructorDescriptionprivateHAProxyProxiedProtocol(byte byteValue, HAProxyProxiedProtocol.AddressFamily addressFamily, HAProxyProxiedProtocol.TransportProtocol transportProtocol) Creates a new instance.