Package | Description |
---|---|
io.netty.handler.codec.haproxy |
Decodes an HAProxy proxy protocol header
|
Modifier and Type | Field and Description |
---|---|
private HAProxyProxiedProtocol.AddressFamily |
HAProxyProxiedProtocol.addressFamily |
Modifier and Type | Method and Description |
---|---|
HAProxyProxiedProtocol.AddressFamily |
HAProxyProxiedProtocol.addressFamily()
Returns the
HAProxyProxiedProtocol.AddressFamily of this protocol and address family. |
static HAProxyProxiedProtocol.AddressFamily |
HAProxyProxiedProtocol.AddressFamily.valueOf(byte tpafByte)
Returns the
HAProxyProxiedProtocol.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.
|
Modifier and Type | Method and Description |
---|---|
private static void |
HAProxyMessage.checkAddress(java.lang.String address,
HAProxyProxiedProtocol.AddressFamily addrFamily)
Validate an address (IPv4, IPv6, Unix Socket)
|
Constructor and Description |
---|
HAProxyProxiedProtocol(byte byteValue,
HAProxyProxiedProtocol.AddressFamily addressFamily,
HAProxyProxiedProtocol.TransportProtocol transportProtocol)
Creates a new instance.
|