Package io.netty.handler.codec.haproxy
Decodes an HAProxy proxy protocol header
- See Also:
- Proxy Protocol Specification
-
Class Summary Class Description HAProxyMessage Message container for decoded HAProxy proxy protocol parametersHAProxyMessageDecoder Decodes an HAProxy proxy protocol headerHAProxyMessageEncoder Encodes an HAProxy proxy protocol messageHAProxySSLTLV Represents aHAProxyTLV
of the typeHAProxyTLV.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. -
Enum Summary Enum Description HAProxyCommand The command of an HAProxy proxy protocol headerHAProxyProtocolVersion 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 headerHAProxyTLV.Type The registered types a TLV can have regarding the PROXY protocol 1.5 spec -
Exception Summary Exception Description HAProxyProtocolException ADecoderException
which is thrown when an invalid HAProxy proxy protocol header is encountered