| 程序包 | 说明 |
|---|---|
| io.netty.handler.codec.haproxy |
Decodes an HAProxy proxy protocol header
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
HAProxySSLTLV
Represents a
HAProxyTLV of the type HAProxyTLV.Type.PP2_TYPE_SSL. |
| 限定符和类型 | 方法和说明 |
|---|---|
HAProxyTLV |
HAProxyTLV.copy() |
HAProxyTLV |
HAProxyTLV.duplicate() |
HAProxyTLV |
HAProxyTLV.retain() |
HAProxyTLV |
HAProxyTLV.retain(int increment) |
| 限定符和类型 | 方法和说明 |
|---|---|
java.util.List<HAProxyTLV> |
HAProxySSLTLV.encapsulatedTLVs()
Returns an unmodifiable Set of encapsulated
HAProxyTLVs. |
java.util.List<HAProxyTLV> |
HAProxyMessage.tlvs()
Returns a list of
HAProxyTLV or an empty list if no TLVs are present. |