Uses of Enum
io.netty.handler.codec.haproxy.HAProxyTLV.Type
Packages that use HAProxyTLV.Type
-
Uses of HAProxyTLV.Type in io.netty.handler.codec.haproxy
Fields in io.netty.handler.codec.haproxy declared as HAProxyTLV.TypeMethods in io.netty.handler.codec.haproxy that return HAProxyTLV.TypeModifier and TypeMethodDescriptionHAProxyTLV.type()Returns theHAProxyTLV.Typeof this TLVstatic HAProxyTLV.TypeHAProxyTLV.Type.typeForByteValue(byte byteValue) Returns theHAProxyTLV.Typefor a specific byte value as defined in the PROXY protocol 1.5 specstatic HAProxyTLV.TypeReturns the enum constant of this type with the specified name.static HAProxyTLV.Type[]HAProxyTLV.Type.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 HAProxyTLV.TypeModifier and TypeMethodDescriptionstatic byteHAProxyTLV.Type.byteValueForType(HAProxyTLV.Type type) Returns the byte value for theHAProxyTLV.Typeas defined in the PROXY protocol 1.5 spec.Constructors in io.netty.handler.codec.haproxy with parameters of type HAProxyTLV.TypeModifierConstructorDescription(package private)HAProxyTLV(HAProxyTLV.Type type, byte typeByteValue, ByteBuf content) Creates a new HAProxyTLVHAProxyTLV(HAProxyTLV.Type type, ByteBuf content) Creates a new HAProxyTLV