Uses of Enum
io.netty.handler.codec.haproxy.HAProxyProtocolVersion
Packages that use HAProxyProtocolVersion
-
Uses of HAProxyProtocolVersion in io.netty.handler.codec.haproxy
Subclasses with type arguments of type HAProxyProtocolVersion in io.netty.handler.codec.haproxyModifier and TypeClassDescriptionenumThe HAProxy proxy protocol specification version.Fields in io.netty.handler.codec.haproxy declared as HAProxyProtocolVersionModifier and TypeFieldDescriptionprivate final HAProxyProtocolVersionHAProxyMessage.protocolVersionFields in io.netty.handler.codec.haproxy with type parameters of type HAProxyProtocolVersionModifier and TypeFieldDescriptionprivate static final ProtocolDetectionResult<HAProxyProtocolVersion> HAProxyMessageDecoder.DETECTION_RESULT_V1private static final ProtocolDetectionResult<HAProxyProtocolVersion> HAProxyMessageDecoder.DETECTION_RESULT_V2Methods in io.netty.handler.codec.haproxy that return HAProxyProtocolVersionModifier and TypeMethodDescriptionHAProxyMessage.protocolVersion()Returns theHAProxyProtocolVersionof thisHAProxyMessage.static HAProxyProtocolVersionHAProxyProtocolVersion.valueOf(byte verCmdByte) Returns theHAProxyProtocolVersionrepresented by the highest 4 bits of the specified byte.static HAProxyProtocolVersionReturns the enum constant of this type with the specified name.static HAProxyProtocolVersion[]HAProxyProtocolVersion.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.netty.handler.codec.haproxy that return types with arguments of type HAProxyProtocolVersionModifier and TypeMethodDescriptionHAProxyMessageDecoder.detectProtocol(ByteBuf buffer) Returns theProtocolDetectionResultfor the givenByteBuf.Methods in io.netty.handler.codec.haproxy with parameters of type HAProxyProtocolVersionModifier and TypeMethodDescriptionprivate static voidHAProxyMessage.checkAddress(String address, HAProxyProxiedProtocol.AddressFamily addrFamily, HAProxyProtocolVersion version) Validate an address (IPv4, IPv6, Unix Socket)private 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 HAProxyProtocolVersionModifierConstructorDescriptionHAProxyMessage(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