|
Change Parameter Type conn : ClientConnection to conn : Http1xClientConnection in method public recycleConnection(conn Http1xClientConnection) : void in class io.vertx.core.http.impl.HttpConnectionPool.Http1x |
From |
To |
|
Change Parameter Type conn : ClientConnection to conn : Http1xClientConnection in method public WebSocketImpl(vertx VertxInternal, conn Http1xClientConnection, supportsContinuation boolean, maxWebSocketFrameSize int, maxWebSocketMessageSize int) in class io.vertx.core.http.impl.WebSocketImpl |
From |
To |
|
Change Parameter Type conn : ClientConnection to conn : Http1xClientConnection in method public initConnection(conn Http1xClientConnection) : void in class io.vertx.core.http.impl.HttpConnectionPool.Http1x |
From |
To |
|
Change Parameter Type conn : ClientConnection to conn : Http1xClientConnection in method public getContext(conn Http1xClientConnection) : ContextImpl in class io.vertx.core.http.impl.HttpConnectionPool.Http1x |
From |
To |
|
Change Parameter Type conn : ClientConnection to conn : Http1xClientConnection in method public isValid(conn Http1xClientConnection) : boolean in class io.vertx.core.http.impl.HttpConnectionPool.Http1x |
From |
To |
|
Change Parameter Type conn : ServerConnection to conn : Http1xServerConnection in method package createHandshaker(conn Http1xServerConnection, ch Channel, request HttpRequest) : WebSocketServerHandshaker in class io.vertx.core.http.impl.Http1xServerHandler |
From |
To |
|
Change Parameter Type conn : ClientConnection to conn : Http1xClientConnection in method public evictConnection(conn Http1xClientConnection) : void in class io.vertx.core.http.impl.HttpConnectionPool.Http1x |
From |
To |
|
Change Parameter Type handler : Handler<ClientConnection> to handler : Handler<Http1xClientConnection> in method private getConnectionForWebsocket(ssl boolean, port int, host String, handler Handler<Http1xClientConnection>, connectionExceptionHandler Handler<Throwable>, context ContextImpl) : void in class io.vertx.core.http.impl.HttpClientImpl |
From |
To |
|
Change Parameter Type conn : ServerConnection to conn : Http1xServerConnection in method package HttpServerRequestImpl(conn Http1xServerConnection, request HttpRequest, response HttpServerResponse) in class io.vertx.core.http.impl.HttpServerRequestImpl |
From |
To |
|
Change Parameter Type conn : ServerConnection to conn : Http1xServerConnection in method protected handshake(conn Http1xServerConnection, request FullHttpRequest, ch Channel, ctx ChannelHandlerContext) : void in class io.vertx.core.http.impl.HttpServerImpl.ServerHandlerWithWebSockets |
From |
To |
|
Change Parameter Type conn : ServerConnection to conn : Http1xServerConnection in method protected handleMessage(conn Http1xServerConnection, context ContextImpl, chctx ChannelHandlerContext, msg Object) : void in class io.vertx.core.http.impl.Http1xServerHandler |
From |
To |
|
Change Parameter Type conn : ClientConnection to conn : Http1xClientConnection in method protected handleMessage(conn Http1xClientConnection, context ContextImpl, chctx ChannelHandlerContext, msg Object) : void in class io.vertx.core.http.impl.Http1xClientHandler |
From |
To |
|
Change Parameter Type conn : ServerConnection to conn : Http1xServerConnection in method package HttpServerResponseImpl(vertx VertxInternal, conn Http1xServerConnection, request HttpRequest) in class io.vertx.core.http.impl.HttpServerResponseImpl |
From |
To |
|
Change Parameter Type conn : ServerConnection to conn : Http1xServerConnection in method protected handleMessage(conn Http1xServerConnection, context ContextImpl, chctx ChannelHandlerContext, msg Object) : void in class io.vertx.core.http.impl.HttpServerImpl.ServerHandlerWithWebSockets |
From |
To |
|
Change Variable Type serverHandler : ServerHandler to serverHandler : Http1xServerHandler in method package upgrade(request HttpServerRequest, nettyReq HttpRequest) : ServerWebSocket in class io.vertx.core.http.impl.Http1xServerConnection |
From |
To |
|
Change Variable Type conn : ClientConnection to conn : Http1xClientConnection in method public pollConnection() : Http1xClientConnection in class io.vertx.core.http.impl.HttpConnectionPool.Http1x |
From |
To |
|
Change Variable Type conn : ServerConnection to conn : Http1xServerConnection in method private actualClose(closeContext ContextImpl, done Handler<AsyncResult<Void>>) : void in class io.vertx.core.http.impl.HttpServerImpl |
From |
To |
|
Change Variable Type conn : ServerConnection to conn : Http1xServerConnection in method public handlerAdded(ctx ChannelHandlerContext) : void in class io.vertx.core.http.impl.Http1xServerHandler |
From |
To |
|
Change Variable Type clientHandler : ClientHandler to clientHandler : Http1xClientHandler in method private http1xConnected(listener ConnectionListener<HttpClientConnection>, version HttpVersion, host String, port int, ssl boolean, endpointMetric Object, context ContextImpl, ch Channel, handler Handler<AsyncResult<HttpClientConnection>>) : void in class io.vertx.core.http.impl.HttpChannelConnector |
From |
To |
|
Change Variable Type handler : ServerHandler to handler : Http1xServerHandler in method private configureHttp1(pipeline ChannelPipeline) : void in class io.vertx.core.http.impl.HttpServerImpl |
From |
To |
|
Change Variable Type conn : ClientConnection to conn : Http1xClientConnection in method public closeAllConnections() : void in class io.vertx.core.http.impl.HttpConnectionPool.Http1x |
From |
To |
|
Change Variable Type handler : ServerHandler to handler : Http1xServerHandler in method public setup() : void in class io.vertx.benchmarks.HttpServerHandlerBenchmark |
From |
To |
|
Change Variable Type conn : ClientConnection to conn : Http1xClientConnection in method public handlerAdded(ctx ChannelHandlerContext) : void in class io.vertx.core.http.impl.Http1xClientHandler |
From |
To |
|
Change Variable Type copy : Set<ClientConnection> to copy : Set<Http1xClientConnection> in method public closeAllConnections() : void in class io.vertx.core.http.impl.HttpConnectionPool.Http1x |
From |
To |