Package | Description |
---|---|
io.netty.handler.codec.haproxy |
Decodes an HAProxy proxy protocol header
|
Modifier and Type | Method and Description |
---|---|
HAProxyTLV.Type |
HAProxyTLV.type()
Returns the
HAProxyTLV.Type of this TLV |
static HAProxyTLV.Type |
HAProxyTLV.Type.typeForByteValue(byte byteValue)
Returns 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 OTHER . |
static HAProxyTLV.Type |
HAProxyTLV.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HAProxyTLV.Type[] |
HAProxyTLV.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static byte |
HAProxyTLV.Type.byteValueForType(HAProxyTLV.Type type)
Returns the byte value for the
HAProxyTLV.Type as defined in the PROXY protocol 1.5 spec. |
Constructor and Description |
---|
HAProxyTLV(HAProxyTLV.Type type,
ByteBuf content)
Creates a new HAProxyTLV
|
Copyright © 2008–2024 The Netty Project. All rights reserved.