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 int
COLON_AND_SPACE_SHORT
-
Constructor Summary
Constructors Modifier Constructor Description private
HttpHeadersEncoder()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static void
encoderHeader(java.lang.CharSequence name, java.lang.CharSequence value, ByteBuf buf)
private static void
writeAscii(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
-
-