| 类 | 说明 |
|---|---|
| HAProxyMessage |
Message container for decoded HAProxy proxy protocol parameters
|
| HAProxyMessageDecoder |
Decodes an HAProxy proxy protocol header
|
| HAProxyMessageEncoder |
Encodes an HAProxy proxy protocol message
|
| HAProxySSLTLV |
Represents a
HAProxyTLV of the type HAProxyTLV.Type.PP2_TYPE_SSL. |
| HAProxyTLV |
A Type-Length Value (TLV vector) that can be added to the PROXY protocol
to include additional information like SSL information.
|
| 枚举 | 说明 |
|---|---|
| HAProxyCommand |
The command of an HAProxy proxy protocol header
|
| HAProxyProtocolVersion |
The HAProxy proxy protocol specification version.
|
| HAProxyProxiedProtocol |
A protocol proxied by HAProxy which is represented by its transport protocol and address family.
|
| HAProxyProxiedProtocol.AddressFamily |
The address family of an HAProxy proxy protocol header.
|
| HAProxyProxiedProtocol.TransportProtocol |
The transport protocol of an HAProxy proxy protocol header
|
| HAProxyTLV.Type |
The registered types a TLV can have regarding the PROXY protocol 1.5 spec
|
| 异常错误 | 说明 |
|---|---|
| HAProxyProtocolException |
A
DecoderException which is thrown when an invalid HAProxy proxy protocol header is encountered |