| Package | Description | 
|---|---|
| io.netty.handler.codec.haproxy | Decodes an HAProxy proxy protocol header | 
| Modifier and Type | Method and Description | 
|---|---|
| HAProxyProxiedProtocol | HAProxyMessage. proxiedProtocol()Returns the  HAProxyProxiedProtocolof thisHAProxyMessage. | 
| static HAProxyProxiedProtocol | HAProxyProxiedProtocol. valueOf(byte tpafByte)Returns the  HAProxyProxiedProtocolrepresented by the specified byte. | 
| static HAProxyProxiedProtocol | HAProxyProxiedProtocol. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static HAProxyProxiedProtocol[] | HAProxyProxiedProtocol. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
Copyright © 2008–2015 The Netty Project. All rights reserved.