Package io.netty.handler.codec.http
Class HttpHeadersEncoder
- java.lang.Object
-
- io.netty.handler.codec.http.HttpHeadersEncoder
-
final class HttpHeadersEncoder extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private static intCOLON_AND_SPACE_SHORT
-
Constructor Summary
Constructors Modifier Constructor Description privateHttpHeadersEncoder()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static voidencoderHeader(java.lang.CharSequence name, java.lang.CharSequence value, ByteBuf buf)private static voidwriteAscii(ByteBuf buf, int offset, java.lang.CharSequence value)
-
-
-
Field Detail
-
COLON_AND_SPACE_SHORT
private static final int COLON_AND_SPACE_SHORT
- See Also:
- Constant Field Values
-
-