-
- All Implemented Interfaces:
public final class PlainTextHttpLoggingHandler.FullHttpResponseBuilder
-
-
Constructor Summary
Constructors Constructor Description PlainTextHttpLoggingHandler.FullHttpResponseBuilder()
-
Method Summary
Modifier and Type Method Description final PlainTextHttpLoggingHandler.FullHttpResponseBuilderhttpVersion(HttpVersion httpVersion)final PlainTextHttpLoggingHandler.FullHttpResponseBuilderresponseStatus(HttpResponseStatus responseStatus)final PlainTextHttpLoggingHandler.FullHttpResponseBuilderappendContent(ByteBuf content)final PlainTextHttpLoggingHandler.FullHttpResponseBuilderheaders(HttpHeaders headers)final DefaultFullHttpResponsebuild()-
-
Method Detail
-
httpVersion
final PlainTextHttpLoggingHandler.FullHttpResponseBuilder httpVersion(HttpVersion httpVersion)
-
responseStatus
final PlainTextHttpLoggingHandler.FullHttpResponseBuilder responseStatus(HttpResponseStatus responseStatus)
-
appendContent
final PlainTextHttpLoggingHandler.FullHttpResponseBuilder appendContent(ByteBuf content)
-
headers
final PlainTextHttpLoggingHandler.FullHttpResponseBuilder headers(HttpHeaders headers)
-
build
final DefaultFullHttpResponse build()
-
-
-
-