- HAProxyCommand - Enum in io.netty.handler.codec.haproxy
-
The command of an HAProxy proxy protocol header
- HAProxyMessage - Class in io.netty.handler.codec.haproxy
-
Message container for decoded HAProxy proxy protocol parameters
- HAProxyMessage(HAProxyProtocolVersion, HAProxyCommand, HAProxyProxiedProtocol, String, String, int, int) - Constructor for class io.netty.handler.codec.haproxy.HAProxyMessage
-
Creates a new instance of HAProxyMessage.
- HAProxyMessage(HAProxyProtocolVersion, HAProxyCommand, HAProxyProxiedProtocol, String, String, int, int, List<? extends HAProxyTLV>) - Constructor for class io.netty.handler.codec.haproxy.HAProxyMessage
-
Creates a new instance of HAProxyMessage.
- HAProxyMessageDecoder - Class in io.netty.handler.codec.haproxy
-
Decodes an HAProxy proxy protocol header
- HAProxyMessageDecoder() - Constructor for class io.netty.handler.codec.haproxy.HAProxyMessageDecoder
-
Creates a new decoder with no additional data (TLV) restrictions, and should throw an exception as soon as
we exceed maxLength.
- HAProxyMessageDecoder(boolean) - Constructor for class io.netty.handler.codec.haproxy.HAProxyMessageDecoder
-
Creates a new decoder with no additional data (TLV) restrictions, whether or not to throw an exception as soon
as we exceed maxLength.
- HAProxyMessageDecoder(int) - Constructor for class io.netty.handler.codec.haproxy.HAProxyMessageDecoder
-
Creates a new decoder with restricted additional data (TLV) size, and should throw an exception as soon as
we exceed maxLength.
- HAProxyMessageDecoder(int, boolean) - Constructor for class io.netty.handler.codec.haproxy.HAProxyMessageDecoder
-
Creates a new decoder with restricted additional data (TLV) size, whether or not to throw an exception as soon
as we exceed maxLength.
- HAProxyMessageEncoder - Class in io.netty.handler.codec.haproxy
-
Encodes an HAProxy proxy protocol message
- HAProxyProtocolException - Exception in io.netty.handler.codec.haproxy
-
A DecoderException
which is thrown when an invalid HAProxy proxy protocol header is encountered
- HAProxyProtocolException() - Constructor for exception io.netty.handler.codec.haproxy.HAProxyProtocolException
-
Creates a new instance
- HAProxyProtocolException(String, Throwable) - Constructor for exception io.netty.handler.codec.haproxy.HAProxyProtocolException
-
Creates a new instance
- HAProxyProtocolException(String) - Constructor for exception io.netty.handler.codec.haproxy.HAProxyProtocolException
-
Creates a new instance
- HAProxyProtocolException(Throwable) - Constructor for exception io.netty.handler.codec.haproxy.HAProxyProtocolException
-
Creates a new instance
- HAProxyProtocolVersion - Enum in io.netty.handler.codec.haproxy
-
The HAProxy proxy protocol specification version.
- HAProxyProxiedProtocol - Enum in io.netty.handler.codec.haproxy
-
A protocol proxied by HAProxy which is represented by its transport protocol and address family.
- HAProxyProxiedProtocol.AddressFamily - Enum in io.netty.handler.codec.haproxy
-
The address family of an HAProxy proxy protocol header.
- HAProxyProxiedProtocol.TransportProtocol - Enum in io.netty.handler.codec.haproxy
-
The transport protocol of an HAProxy proxy protocol header
- HAProxySSLTLV - Class in io.netty.handler.codec.haproxy
-
- HAProxySSLTLV(int, byte, List<HAProxyTLV>) - Constructor for class io.netty.handler.codec.haproxy.HAProxySSLTLV
-
Creates a new HAProxySSLTLV
- HAProxyTLV - Class in io.netty.handler.codec.haproxy
-
A Type-Length Value (TLV vector) that can be added to the PROXY protocol
to include additional information like SSL information.
- HAProxyTLV(byte, ByteBuf) - Constructor for class io.netty.handler.codec.haproxy.HAProxyTLV
-
Creates a new HAProxyTLV
- HAProxyTLV(HAProxyTLV.Type, ByteBuf) - Constructor for class io.netty.handler.codec.haproxy.HAProxyTLV
-
Creates a new HAProxyTLV
- HAProxyTLV.Type - Enum in io.netty.handler.codec.haproxy
-
The registered types a TLV can have regarding the PROXY protocol 1.5 spec
- valueOf(String) - Static method in enum io.netty.handler.codec.haproxy.HAProxyCommand
-
Returns the enum constant of this type with the specified name.
- valueOf(byte) - Static method in enum io.netty.handler.codec.haproxy.HAProxyCommand
-
Returns the
HAProxyCommand
represented by the lowest 4 bits of the specified byte.
- valueOf(String) - Static method in enum io.netty.handler.codec.haproxy.HAProxyProtocolVersion
-
Returns the enum constant of this type with the specified name.
- valueOf(byte) - Static method in enum io.netty.handler.codec.haproxy.HAProxyProtocolVersion
-
- valueOf(String) - Static method in enum io.netty.handler.codec.haproxy.HAProxyProxiedProtocol.AddressFamily
-
Returns the enum constant of this type with the specified name.
- valueOf(byte) - Static method in enum io.netty.handler.codec.haproxy.HAProxyProxiedProtocol.AddressFamily
-
- valueOf(String) - Static method in enum io.netty.handler.codec.haproxy.HAProxyProxiedProtocol.TransportProtocol
-
Returns the enum constant of this type with the specified name.
- valueOf(byte) - Static method in enum io.netty.handler.codec.haproxy.HAProxyProxiedProtocol.TransportProtocol
-
- valueOf(String) - Static method in enum io.netty.handler.codec.haproxy.HAProxyProxiedProtocol
-
Returns the enum constant of this type with the specified name.
- valueOf(byte) - Static method in enum io.netty.handler.codec.haproxy.HAProxyProxiedProtocol
-
- valueOf(String) - Static method in enum io.netty.handler.codec.haproxy.HAProxyTLV.Type
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum io.netty.handler.codec.haproxy.HAProxyCommand
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.handler.codec.haproxy.HAProxyProtocolVersion
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.handler.codec.haproxy.HAProxyProxiedProtocol.AddressFamily
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.handler.codec.haproxy.HAProxyProxiedProtocol.TransportProtocol
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.handler.codec.haproxy.HAProxyProxiedProtocol
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.handler.codec.haproxy.HAProxyTLV.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- verify() - Method in class io.netty.handler.codec.haproxy.HAProxySSLTLV
-
Returns the verification result