|
Change Parameter Type holder : HandlerHolder<Handlers> to holder : HandlerHolder<HttpHandlers> in method public ServerHandler(sslHelper SSLHelper, options HttpServerOptions, serverOrigin String, connectionMap Map<Channel,ServerConnection>, ch Channel, holder HandlerHolder<HttpHandlers>, metrics HttpServerMetrics) in class io.vertx.core.http.impl.HttpServerImpl.ServerHandler |
From |
To |
|
Change Parameter Type holder : HandlerHolder<Handlers> to holder : HandlerHolder<HttpHandlers> in method public ServerHandleWithWebSockets(sslHelper SSLHelper, options HttpServerOptions, serverOrigin String, ch Channel, holder HandlerHolder<HttpHandlers>, metrics HttpServerMetrics) in class io.vertx.core.http.impl.HttpServerImpl.ServerHandleWithWebSockets |
From |
To |
|
Change Parameter Type holder : HandlerHolder<Handlers> to holder : HandlerHolder<HttpHandlers> in method private setHandler(holder HandlerHolder<HttpHandlers>, upgrade Http2Settings, ch Channel) : VertxHttp2ConnectionHandler<Http2ServerConnection> in class io.vertx.core.http.impl.HttpServerImpl |
From |
To |
|
Change Variable Type holder : HandlerHolder<Handlers> to holder : HandlerHolder<HttpHandlers> in method public handleHttp2(ch Channel) : void in class io.vertx.core.http.impl.HttpServerImpl |
From |
To |
|
Change Variable Type reqHandler : HandlerHolder<Handlers> to reqHandler : HandlerHolder<HttpHandlers> in method public channelRead(ctx ChannelHandlerContext, msg Object) : void in class io.vertx.core.http.impl.HttpServerImpl.Http2UpgradeHandler |
From |
To |
|
Change Variable Type holder : HandlerHolder<Handlers> to holder : HandlerHolder<HttpHandlers> in method private configureHttp1(pipeline ChannelPipeline) : void in class io.vertx.core.http.impl.HttpServerImpl |
From |
To |
|
Change Variable Type reqHandler : HandlerHolder<Handlers> to reqHandler : HandlerHolder<HttpHandlers> in method public exceptionCaught(ctx ChannelHandlerContext, cause Throwable) : void in class io.vertx.core.http.impl.HttpServerImpl.Http1xOrHttp2Handler |
From |
To |
|
Change Variable Type holder : HandlerHolder<HttpServerImpl.Handlers> to holder : HandlerHolder<HttpHandlers> in method public setup() : void in class io.vertx.benchmarks.HttpServerBenchmark |
From |
To |
|
Change Variable Type wsHandler : HandlerHolder<Handlers> to wsHandler : HandlerHolder<HttpHandlers> in method protected handshake(request FullHttpRequest, ch Channel, ctx ChannelHandlerContext) : void in class io.vertx.core.http.impl.HttpServerImpl.ServerHandleWithWebSockets |
From |
To |
|
Change Variable Type that : Handlers to that : HttpHandlers in method public equals(o Object) : boolean in class io.vertx.core.http.impl.HttpHandlers |
From |
To |