Class HttpDispatchMonoHandler

All Implemented Interfaces:
ChannelHandler, ChannelInboundHandler

@ThreadSafe
@Sharable
public class HttpDispatchMonoHandler
extends DispatchMonoHandler<RequestWithMetadata<? extends FullHttpRequest>,​FullHttpResponse>
DispatchMonoHandler that expects RequestWithMetadata<? extends FullHttpRequest> messages and sends FullHttpResponses downstream.

HttpDispatchMonoHandler handles Connection HTTP header (a.k.a. keep-alive) so that RequestDispatcher SHOULD NOT care about it.