Uses of Class
io.netty.handler.codec.haproxy.HAProxyCommand
-
Packages that use HAProxyCommand Package Description io.netty.handler.codec.haproxy Decodes an HAProxy proxy protocol header -
-
Uses of HAProxyCommand in io.netty.handler.codec.haproxy
Methods in io.netty.handler.codec.haproxy that return HAProxyCommand Modifier and Type Method Description HAProxyCommandHAProxyMessage. command()Returns theHAProxyCommandof thisHAProxyMessage.static HAProxyCommandHAProxyCommand. valueOf(byte verCmdByte)Returns theHAProxyCommandrepresented by the lowest 4 bits of the specified byte.static HAProxyCommandHAProxyCommand. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static HAProxyCommand[]HAProxyCommand. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.netty.handler.codec.haproxy with parameters of type HAProxyCommand Constructor Description HAProxyMessage(HAProxyProtocolVersion protocolVersion, HAProxyCommand command, HAProxyProxiedProtocol proxiedProtocol, java.lang.String sourceAddress, java.lang.String destinationAddress, int sourcePort, int destinationPort)Creates a new instance of HAProxyMessage.HAProxyMessage(HAProxyProtocolVersion protocolVersion, HAProxyCommand command, HAProxyProxiedProtocol proxiedProtocol, java.lang.String sourceAddress, java.lang.String destinationAddress, int sourcePort, int destinationPort, java.util.List<? extends HAProxyTLV> tlvs)Creates a new instance of HAProxyMessage.
-