private final class HttpServerCodec.HttpServerResponseEncoder extends HttpResponseEncoder
ChannelHandler.Sharable
CRLF
Modifier | Constructor and Description |
---|---|
private |
HttpServerResponseEncoder() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
isContentAlwaysEmpty(HttpResponse msg)
Determine whether a message has a content or not.
|
acceptOutboundMessage, encodeInitialLine
encode, encodeAscii, encodeHeaders
write
bind, close, connect, deregister, disconnect, flush, read
ensureNotSharable, exceptionCaught, handlerAdded, handlerRemoved, isSharable
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
exceptionCaught, handlerAdded, handlerRemoved
protected boolean isContentAlwaysEmpty(HttpResponse msg)
HttpObjectEncoder
isContentAlwaysEmpty
in class HttpObjectEncoder<HttpResponse>
msg
- the message to testtrue
to signal the message has no content