Class HttpResponseDecoder.Result

All Implemented Interfaces:
Codec.ProtocolSwitchResult
Enclosing class:
HttpResponseDecoder

The result from encoding a response.

In addition to the usual codec result, a result decoder may signal to the invoker that the connection to the responder must be closed.

The class is declared abstract to promote the usage of the factory method.