Package | Description |
---|---|
io.netty.handler.codec.haproxy |
Decodes an HAProxy proxy protocol header
|
Modifier and Type | Class and Description |
---|---|
class |
HAProxySSLTLV
Represents a
HAProxyTLV of the type HAProxyTLV.Type.PP2_TYPE_SSL . |
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(Object hint) |
Modifier and Type | Method and Description |
---|---|
List<HAProxyTLV> |
HAProxySSLTLV.encapsulatedTLVs()
Returns an unmodifiable Set of encapsulated
HAProxyTLV s. |
List<HAProxyTLV> |
HAProxyMessage.tlvs()
Returns a list of
HAProxyTLV or an empty list if no TLVs are present. |
Constructor and Description |
---|
HAProxyMessage(HAProxyProtocolVersion protocolVersion,
HAProxyCommand command,
HAProxyProxiedProtocol proxiedProtocol,
String sourceAddress,
String destinationAddress,
int sourcePort,
int destinationPort,
List<? extends HAProxyTLV> tlvs)
Creates a new instance of HAProxyMessage.
|
HAProxySSLTLV(int verify,
byte clientBitField,
List<HAProxyTLV> tlvs)
Creates a new HAProxySSLTLV
|
Copyright © 2008–2024 The Netty Project. All rights reserved.