Class HttpMessageUtil
java.lang.Object
io.netty.handler.codec.http.HttpMessageUtil
Provides some utility methods for HTTP message implementations.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static voidappendCommon(StringBuilder buf, HttpMessage msg) private static voidappendFullCommon(StringBuilder buf, FullHttpMessage msg) (package private) static StringBuilderappendFullRequest(StringBuilder buf, FullHttpRequest req) (package private) static StringBuilderappendFullResponse(StringBuilder buf, FullHttpResponse res) private static voidappendHeaders(StringBuilder buf, HttpHeaders headers) private static voidappendInitialLine(StringBuilder buf, HttpRequest req) private static voidappendInitialLine(StringBuilder buf, HttpResponse res) (package private) static StringBuilderappendRequest(StringBuilder buf, HttpRequest req) (package private) static StringBuilderappendResponse(StringBuilder buf, HttpResponse res) private static void
-
Constructor Details
-
HttpMessageUtil
private HttpMessageUtil()
-
-
Method Details
-
appendRequest
-
appendResponse
-
appendCommon
-
appendFullRequest
-
appendFullResponse
-
appendFullCommon
-
appendInitialLine
-
appendInitialLine
-
appendHeaders
-
removeLastNewLine
-