程序包 | 说明 |
---|---|
io.netty.handler.codec.haproxy |
Decodes an HAProxy proxy protocol header
|
限定符和类型 | 方法和说明 |
---|---|
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)
返回带有指定名称的该类型的枚举常量。
|
static HAProxyProxiedProtocol.TransportProtocol[] |
HAProxyProxiedProtocol.TransportProtocol.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|