Uses of Class
io.netty.handler.codec.AsciiHeadersEncoder.SeparatorType
-
Packages that use AsciiHeadersEncoder.SeparatorType Package Description io.netty.handler.codec 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
Fields in io.netty.handler.codec declared as AsciiHeadersEncoder.SeparatorType Modifier and Type Field Description private AsciiHeadersEncoder.SeparatorType
AsciiHeadersEncoder. separatorType
Methods in io.netty.handler.codec that return AsciiHeadersEncoder.SeparatorType Modifier and Type Method Description static AsciiHeadersEncoder.SeparatorType
AsciiHeadersEncoder.SeparatorType. valueOf(java.lang.String name)
Returns 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.SeparatorType Constructor Description AsciiHeadersEncoder(ByteBuf buf, AsciiHeadersEncoder.SeparatorType separatorType, AsciiHeadersEncoder.NewlineType newlineType)
-