程序包 | 说明 |
---|---|
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.replace(ByteBuf content) |
HAProxyTLV |
HAProxyTLV.retain() |
HAProxyTLV |
HAProxyTLV.retain(int increment) |
HAProxyTLV |
HAProxyTLV.retainedDuplicate() |
HAProxyTLV |
HAProxyTLV.touch() |
HAProxyTLV |
HAProxyTLV.touch(java.lang.Object hint) |
限定符和类型 | 方法和说明 |
---|---|
java.util.List<HAProxyTLV> |
HAProxySSLTLV.encapsulatedTLVs()
Returns an unmodifiable Set of encapsulated
HAProxyTLV s. |
java.util.List<HAProxyTLV> |
HAProxyMessage.tlvs()
Returns a list of
HAProxyTLV or an empty list if no TLVs are present. |
构造器和说明 |
---|
HAProxyMessage(HAProxyProtocolVersion protocolVersion,
HAProxyCommand command,
HAProxyProxiedProtocol proxiedProtocol,
java.lang.String sourceAddress,
java.lang.String destinationAddress,
int sourcePort,
int destinationPort,
java.util.List<? extends HAProxyTLV> tlvs)
Creates a new instance of HAProxyMessage.
|
HAProxySSLTLV(int verify,
byte clientBitField,
java.util.List<HAProxyTLV> tlvs)
Creates a new HAProxySSLTLV
|