Package | Description |
---|---|
io.netty.handler.codec.haproxy |
Decodes an HAProxy proxy protocol header
|
Modifier and Type | Field and Description |
---|---|
private HAProxyProxiedProtocol.TransportProtocol |
HAProxyProxiedProtocol.transportProtocol |
Modifier and Type | Method and Description |
---|---|
HAProxyProxiedProtocol.TransportProtocol |
HAProxyProxiedProtocol.transportProtocol()
Returns the
HAProxyProxiedProtocol.TransportProtocol of this protocol and address family. |
static HAProxyProxiedProtocol.TransportProtocol |
HAProxyProxiedProtocol.TransportProtocol.valueOf(byte tpafByte)
Returns the
HAProxyProxiedProtocol.TransportProtocol represented by the lowest 4 bits of the specified byte. |
static HAProxyProxiedProtocol.TransportProtocol |
HAProxyProxiedProtocol.TransportProtocol.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HAProxyProxiedProtocol.TransportProtocol[] |
HAProxyProxiedProtocol.TransportProtocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
HAProxyProxiedProtocol(byte byteValue,
HAProxyProxiedProtocol.AddressFamily addressFamily,
HAProxyProxiedProtocol.TransportProtocol transportProtocol)
Creates a new instance.
|