软件包 | 描述 |
---|---|
io.netty.handler.codec.haproxy |
解码HAProxy代理协议标头
|
Modifier and Type | Class and Description |
---|---|
class |
HAProxySSLTLV
|
Modifier and Type | Method and Description |
---|---|
HAProxyTLV |
HAProxyTLV.copy() |
HAProxyTLV |
HAProxyTLV.duplicate() |
HAProxyTLV |
HAProxyTLV.replace(ByteBuf content) |
HAProxyTLV |
HAProxyTLV.retain() |
HAProxyTLV |
HAProxyTLV.retain(int increment) |
HAProxyTLV |
HAProxyTLV.retainedDuplicate() |
HAProxyTLV |
HAProxyTLV.touch() |
HAProxyTLV |
HAProxyTLV.touch(java.lang.Object hint) |
Modifier and Type | Method and Description |
---|---|
java.util.List<HAProxyTLV> |
HAProxySSLTLV.encapsulatedTLVs()
返回一个不可修改的一组封装的 HAProxyTLV 。
|
java.util.List<HAProxyTLV> |
HAProxyMessage.tlvs()
如果不存在TLV,则返回 HAProxyTLV 的列表或空列表。
|
Copyright © 2008–2018 The Netty Project. All rights reserved.