Class | Description |
---|---|
HAProxyMessage |
Message container for decoded HAProxy proxy protocol parameters
|
HAProxyMessageDecoder |
Decodes an HAProxy proxy protocol header
|
Enum | Description |
---|---|
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
|
Exception | Description |
---|---|
HAProxyProtocolException |
A
DecoderException which is thrown when an invalid HAProxy proxy protocol header is encountered |
Copyright © 2008–2017 The Netty Project. All rights reserved.