Class NettyHttpServer

java.lang.Object
io.micronaut.http.server.netty.NettyHttpServer
All Implemented Interfaces:
ApplicationContextLifeCycle<EmbeddedServer>, ApplicationContextProvider, ApplicationEventListener<RefreshEvent>, LifeCycle, Ordered, ChannelPipelineCustomizer, WebSocketSessionRepository, NettyEmbeddedServer, NettyServerCustomizer.Registry, RefreshEventListener, EmbeddedApplication<EmbeddedServer>, EmbeddedServer, Closeable, AutoCloseable, EventListener

@Internal public class NettyHttpServer extends Object implements NettyEmbeddedServer
Implements the bootstrap and configuration logic for the Netty implementation of EmbeddedServer.
Since:
1.0
Author:
Graeme Rocher
See Also: