public class HttpServerWorker extends Object implements Handler<io.netty.channel.Channel>
HttpServerRequest.| Constructor and Description |
|---|
HttpServerWorker(EventLoopContext context,
Supplier<ContextInternal> streamContextSupplier,
HttpServerImpl server,
VertxInternal vertx,
SSLHelper sslHelper,
HttpServerOptions options,
String serverOrigin,
boolean disableH2C,
Handler<HttpServerConnection> connectionHandler,
Handler<Throwable> exceptionHandler) |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(io.netty.channel.Channel ch)
Something has happened, so handle it.
|
public HttpServerWorker(EventLoopContext context, Supplier<ContextInternal> streamContextSupplier, HttpServerImpl server, VertxInternal vertx, SSLHelper sslHelper, HttpServerOptions options, String serverOrigin, boolean disableH2C, Handler<HttpServerConnection> connectionHandler, Handler<Throwable> exceptionHandler)
Copyright © 2021. All rights reserved.