Uses of Enum
io.netty.handler.codec.haproxy.HAProxyCommand
Packages that use HAProxyCommand
-
Uses of HAProxyCommand in io.netty.handler.codec.haproxy
Fields in io.netty.handler.codec.haproxy declared as HAProxyCommandMethods in io.netty.handler.codec.haproxy that return HAProxyCommandModifier and TypeMethodDescriptionHAProxyMessage.command()Returns theHAProxyCommandof thisHAProxyMessage.static HAProxyCommandHAProxyCommand.valueOf(byte verCmdByte) Returns theHAProxyCommandrepresented by the lowest 4 bits of the specified byte.static HAProxyCommandReturns 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.Methods in io.netty.handler.codec.haproxy with parameters of type HAProxyCommandModifier and TypeMethodDescriptionprivate static HAProxyMessageHAProxyMessage.unknownMsg(HAProxyProtocolVersion version, HAProxyCommand command) Proxy protocol message for 'UNKNOWN' proxied protocols.Constructors in io.netty.handler.codec.haproxy with parameters of type HAProxyCommandModifierConstructorDescriptionHAProxyMessage(HAProxyProtocolVersion protocolVersion, HAProxyCommand command, HAProxyProxiedProtocol proxiedProtocol, String sourceAddress, String destinationAddress, int sourcePort, int destinationPort) Creates a new instance of HAProxyMessage.HAProxyMessage(HAProxyProtocolVersion protocolVersion, HAProxyCommand command, HAProxyProxiedProtocol proxiedProtocol, String sourceAddress, String destinationAddress, int sourcePort, int destinationPort, List<? extends HAProxyTLV> tlvs) Creates a new instance of HAProxyMessage.privateHAProxyMessage(HAProxyProtocolVersion protocolVersion, HAProxyCommand command, HAProxyProxiedProtocol proxiedProtocol, String sourceAddress, String destinationAddress, String sourcePort, String destinationPort) Creates a new instance