public class HttpServerChannelInitializer
extends io.netty.channel.ChannelInitializer<io.netty.channel.Channel>
HttpServerRequest.| Constructor and Description |
|---|
HttpServerChannelInitializer(VertxInternal vertx,
SSLHelper sslHelper,
HttpServerOptions options,
String serverOrigin,
HttpServerMetrics metrics,
boolean disableH2C,
Function<io.netty.channel.EventLoop,HandlerHolder<? extends Handler<HttpServerConnection>>> connectionHandler,
Function<io.netty.channel.EventLoop,HandlerHolder<? extends Handler<Throwable>>> errorHandler) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
initChannel(io.netty.channel.Channel ch) |
channelRegistered, exceptionCaught, handlerAdded, handlerRemovedpublic HttpServerChannelInitializer(VertxInternal vertx, SSLHelper sslHelper, HttpServerOptions options, String serverOrigin, HttpServerMetrics metrics, boolean disableH2C, Function<io.netty.channel.EventLoop,HandlerHolder<? extends Handler<HttpServerConnection>>> connectionHandler, Function<io.netty.channel.EventLoop,HandlerHolder<? extends Handler<Throwable>>> errorHandler)
Copyright © 2020. All rights reserved.