Uses of Enum
io.netty.handler.codec.AsciiHeadersEncoder.SeparatorType
Packages that use AsciiHeadersEncoder.SeparatorType
Package
Description
Extensible decoder and its common implementations which deal with the
packet fragmentation and reassembly issue found in a stream-based transport
such as TCP/IP.
-
Uses of AsciiHeadersEncoder.SeparatorType in io.netty.handler.codec
Subclasses with type arguments of type AsciiHeadersEncoder.SeparatorType in io.netty.handler.codecModifier and TypeClassDescriptionstatic enumThe separator characters to insert between a header name and a header value.Fields in io.netty.handler.codec declared as AsciiHeadersEncoder.SeparatorTypeModifier and TypeFieldDescriptionprivate final AsciiHeadersEncoder.SeparatorTypeAsciiHeadersEncoder.separatorTypeMethods in io.netty.handler.codec that return AsciiHeadersEncoder.SeparatorTypeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static AsciiHeadersEncoder.SeparatorType[]AsciiHeadersEncoder.SeparatorType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.netty.handler.codec with parameters of type AsciiHeadersEncoder.SeparatorTypeModifierConstructorDescriptionAsciiHeadersEncoder(ByteBuf buf, AsciiHeadersEncoder.SeparatorType separatorType, AsciiHeadersEncoder.NewlineType newlineType)