Package io.netty.handler.codec.http
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 void
appendCommon
(StringBuilder buf, HttpMessage msg) private static void
appendFullCommon
(StringBuilder buf, FullHttpMessage msg) (package private) static StringBuilder
appendFullRequest
(StringBuilder buf, FullHttpRequest req) (package private) static StringBuilder
appendFullResponse
(StringBuilder buf, FullHttpResponse res) private static void
appendHeaders
(StringBuilder buf, HttpHeaders headers) private static void
appendInitialLine
(StringBuilder buf, HttpRequest req) private static void
appendInitialLine
(StringBuilder buf, HttpResponse res) (package private) static StringBuilder
appendRequest
(StringBuilder buf, HttpRequest req) (package private) static StringBuilder
appendResponse
(StringBuilder buf, HttpResponse res) private static void
-
Constructor Details
-
HttpMessageUtil
private HttpMessageUtil()
-
-
Method Details
-
appendRequest
-
appendResponse
-
appendCommon
-
appendFullRequest
-
appendFullResponse
-
appendFullCommon
-
appendInitialLine
-
appendInitialLine
-
appendHeaders
-
removeLastNewLine
-