public final class AsciiHeadersEncoder
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
AsciiHeadersEncoder.NewlineType
The newline characters to insert between header entries.
|
static class |
AsciiHeadersEncoder.SeparatorType
The separator characters to insert between a header name and a header value.
|
Constructor and Description |
---|
AsciiHeadersEncoder(ByteBuf buf) |
AsciiHeadersEncoder(ByteBuf buf,
AsciiHeadersEncoder.SeparatorType separatorType,
AsciiHeadersEncoder.NewlineType newlineType) |
Modifier and Type | Method and Description |
---|---|
void |
encode(java.util.Map.Entry<java.lang.CharSequence,java.lang.CharSequence> entry) |
public AsciiHeadersEncoder(ByteBuf buf)
public AsciiHeadersEncoder(ByteBuf buf, AsciiHeadersEncoder.SeparatorType separatorType, AsciiHeadersEncoder.NewlineType newlineType)
Copyright © 2008–2019 The Netty Project. All rights reserved.