Skip navigation links
Netty/Codec/HAProxy 4.1.16.Final-redhat-2
A B C D E H I P R S T V 

A

addressFamily() - Method in enum io.netty.handler.codec.haproxy.HAProxyProxiedProtocol
Returns the HAProxyProxiedProtocol.AddressFamily of this protocol and address family.

B

byteValue() - Method in enum io.netty.handler.codec.haproxy.HAProxyCommand
Returns the byte value of this command.
byteValue() - Method in enum io.netty.handler.codec.haproxy.HAProxyProtocolVersion
Returns the byte value of this version.
byteValue() - Method in enum io.netty.handler.codec.haproxy.HAProxyProxiedProtocol.AddressFamily
Returns the byte value of this address family.
byteValue() - Method in enum io.netty.handler.codec.haproxy.HAProxyProxiedProtocol
Returns the byte value of this protocol and address family.
byteValue() - Method in enum io.netty.handler.codec.haproxy.HAProxyProxiedProtocol.TransportProtocol
Returns the byte value of this transport protocol.

C

channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec.haproxy.HAProxyMessageDecoder
 
command() - Method in class io.netty.handler.codec.haproxy.HAProxyMessage
Returns the HAProxyCommand of this HAProxyMessage.
copy() - Method in class io.netty.handler.codec.haproxy.HAProxyTLV
 

D

decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.haproxy.HAProxyMessageDecoder
 
destinationAddress() - Method in class io.netty.handler.codec.haproxy.HAProxyMessage
Returns the human-readable destination address of this HAProxyMessage.
destinationPort() - Method in class io.netty.handler.codec.haproxy.HAProxyMessage
Returns the UDP/TCP destination port of this HAProxyMessage.
detectProtocol(ByteBuf) - Static method in class io.netty.handler.codec.haproxy.HAProxyMessageDecoder
Returns the ProtocolDetectionResult for the given ByteBuf.
duplicate() - Method in class io.netty.handler.codec.haproxy.HAProxyTLV
 

E

encapsulatedTLVs() - Method in class io.netty.handler.codec.haproxy.HAProxySSLTLV
Returns an unmodifiable Set of encapsulated HAProxyTLVs.

H

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
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
HAProxyMessageDecoder(int) - Constructor for class io.netty.handler.codec.haproxy.HAProxyMessageDecoder
Creates a new decoder with restricted additional data (TLV) size Note: limiting TLV size only affects processing of v2, binary headers.
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
Represents a HAProxyTLV of the type HAProxyTLV.Type.PP2_TYPE_SSL.
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.Type - Enum in io.netty.handler.codec.haproxy
The registered types a TLV can have regarding the PROXY protocol 1.5 spec

I

io.netty.handler.codec.haproxy - package io.netty.handler.codec.haproxy
Decodes an HAProxy proxy protocol header
isPP2ClientCertConn() - Method in class io.netty.handler.codec.haproxy.HAProxySSLTLV
Returns true if the bit field for PP2_CLIENT_CERT_CONN was set
isPP2ClientCertSess() - Method in class io.netty.handler.codec.haproxy.HAProxySSLTLV
Returns true if the bit field for PP2_CLIENT_CERT_SESS was set
isPP2ClientSSL() - Method in class io.netty.handler.codec.haproxy.HAProxySSLTLV
Returns true if the bit field for PP2_CLIENT_SSL was set
isSingleDecode() - Method in class io.netty.handler.codec.haproxy.HAProxyMessageDecoder
 

P

protocolVersion() - Method in class io.netty.handler.codec.haproxy.HAProxyMessage
proxiedProtocol() - Method in class io.netty.handler.codec.haproxy.HAProxyMessage

R

replace(ByteBuf) - Method in class io.netty.handler.codec.haproxy.HAProxyTLV
 
retain() - Method in class io.netty.handler.codec.haproxy.HAProxyTLV
 
retain(int) - Method in class io.netty.handler.codec.haproxy.HAProxyTLV
 
retainedDuplicate() - Method in class io.netty.handler.codec.haproxy.HAProxyTLV
 

S

sourceAddress() - Method in class io.netty.handler.codec.haproxy.HAProxyMessage
Returns the human-readable source address of this HAProxyMessage.
sourcePort() - Method in class io.netty.handler.codec.haproxy.HAProxyMessage
Returns the UDP/TCP source port of this HAProxyMessage.

T

tlvs() - Method in class io.netty.handler.codec.haproxy.HAProxyMessage
Returns a list of HAProxyTLV or an empty list if no TLVs are present.
touch() - Method in class io.netty.handler.codec.haproxy.HAProxyTLV
 
touch(Object) - Method in class io.netty.handler.codec.haproxy.HAProxyTLV
 
transportProtocol() - Method in enum io.netty.handler.codec.haproxy.HAProxyProxiedProtocol
Returns the HAProxyProxiedProtocol.TransportProtocol of this protocol and address family.
type() - Method in class io.netty.handler.codec.haproxy.HAProxyTLV
Returns the HAProxyTLV.Type of this TLV
typeByteValue() - Method in class io.netty.handler.codec.haproxy.HAProxyTLV
Returns the type of the TLV as byte
typeForByteValue(byte) - Static method in enum io.netty.handler.codec.haproxy.HAProxyTLV.Type
Returns the the HAProxyTLV.Type for a specific byte value as defined in the PROXY protocol 1.5 spec If the byte value is not an official one, it will return HAProxyTLV.Type.OTHER.

V

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
Returns the HAProxyProtocolVersion represented by the highest 4 bits of the specified byte.
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
Returns the HAProxyProxiedProtocol.AddressFamily represented by the highest 4 bits of the specified byte.
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
Returns the HAProxyProxiedProtocol.TransportProtocol represented by the lowest 4 bits of the specified byte.
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
Returns the HAProxyProxiedProtocol represented by the specified byte.
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
A B C D E H I P R S T V 
Skip navigation links
Netty/Codec/HAProxy 4.1.16.Final-redhat-2

Copyright © 2008–2017 The Netty Project. All rights reserved.