Package io.micronaut.http.server.netty.handler
package io.micronaut.http.server.netty.handler
Netty channel output handling.
- Since:
- 1.0
- Author:
- Graeme Rocher
-
ClassDescriptionFactory interface for building
ChannelOutboundHandler
instances.HTTP/2-specific server handler.Http2ConnectionHandler
implementation containing theHttp2ServerHandler
.Http2ConnectionHandler
builder for theHttp2ServerHandler
.Netty handler that handles incomingHttpRequest
s and forwards them to aRequestHandler
.Handler for incoming requests.