Uses of Enum
io.netty.handler.codec.haproxy.HAProxyProxiedProtocol
Packages that use HAProxyProxiedProtocol
-
Uses of HAProxyProxiedProtocol in io.netty.handler.codec.haproxy
Subclasses with type arguments of type HAProxyProxiedProtocol in io.netty.handler.codec.haproxyModifier and TypeClassDescriptionenumA protocol proxied by HAProxy which is represented by its transport protocol and address family.Methods in io.netty.handler.codec.haproxy that return HAProxyProxiedProtocolModifier and TypeMethodDescriptionHAProxyMessage.proxiedProtocol()Returns theHAProxyProxiedProtocolof thisHAProxyMessage.static HAProxyProxiedProtocolHAProxyProxiedProtocol.valueOf(byte tpafByte) Returns theHAProxyProxiedProtocolrepresented by the specified byte.static HAProxyProxiedProtocolReturns 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.Constructors in io.netty.handler.codec.haproxy with parameters of type HAProxyProxiedProtocolModifierConstructorDescriptionHAProxyMessage(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.