Uses of Class
io.netty.handler.codec.haproxy.HAProxyTLV.Type
-
-
Uses of HAProxyTLV.Type in io.netty.handler.codec.haproxy
Methods in io.netty.handler.codec.haproxy that return HAProxyTLV.Type Modifier and Type Method Description HAProxyTLV.TypeHAProxyTLV. 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.TypeHAProxyTLV.Type. valueOf(String name)Returns 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.Type Modifier and Type Method Description static 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.Type Constructor Description HAProxyTLV(HAProxyTLV.Type type, io.netty.buffer.ByteBuf content)Creates a new HAProxyTLV
-