软件包 | 描述 |
---|---|
io.netty.handler.codec.haproxy |
解码HAProxy代理协议标头
|
Modifier and Type | Method and Description |
---|---|
HAProxyTLV.Type |
HAProxyTLV.type()
返回此TLV的 HAProxyTLV.Type
|
static HAProxyTLV.Type |
HAProxyTLV.Type.typeForByteValue(byte byteValue)
按照PROXY协议1.5规范中的定义,返回 HAProxyTLV.Type 的特定字节值。如果字节值不是官方字节值,则返回OTHER 。
|
static HAProxyTLV.Type |
HAProxyTLV.Type.valueOf(java.lang.String name)
以指定名称返回此类型的枚举常量。
|
static HAProxyTLV.Type[] |
HAProxyTLV.Type.values()
按照声明的顺序返回包含此枚举类型常量的数组。
|
Copyright © 2008–2018 The Netty Project. All rights reserved.