|
Change Parameter Type handler : VertxHttp2ClientHandler to handler : Http2ClientConnection in method private canReserveStream(handler Http2ClientConnection) : boolean in class io.vertx.core.http.impl.Http2Pool |
From |
To |
|
Change Parameter Type handler : VertxHttp2ClientHandler to handler : Http2ClientConnection in method public Http2ClientStream(handler Http2ClientConnection, req HttpClientRequestBase, stream Http2Stream) in class io.vertx.core.http.impl.Http2ClientConnection.Http2ClientStream |
From |
To |
|
Change Parameter Type handler : VertxHttp2ClientHandler to handler : Http2ClientConnection in method public HttpClientRequestPushPromise(handler Http2ClientConnection, clientStream Http2Stream, client HttpClientImpl, method HttpMethod, uri String, host String, headers MultiMap) in class io.vertx.core.http.impl.HttpClientRequestPushPromise |
From |
To |
|
Change Parameter Type connection : VertxHttp2ServerHandler to connection : Http2ServerConnection in method public Http2ServerRequestImpl(vertx Vertx, context ContextImpl, connection Http2ServerConnection, serverOrigin String, conn Http2Connection, stream Http2Stream, handlerContext ChannelHandlerContext, encoder Http2ConnectionEncoder, decoder Http2ConnectionDecoder, headers Http2Headers, contentEncoding String) in class io.vertx.core.http.impl.Http2ServerRequestImpl |
From |
To |
|
Change Parameter Type handler : VertxHttp2ClientHandler to handler : Http2ClientConnection in method public Http2ClientStream(handler Http2ClientConnection, stream Http2Stream) in class io.vertx.core.http.impl.Http2ClientConnection.Http2ClientStream |
From |
To |
|
Change Parameter Type handler : VertxHttp2ClientHandler to handler : Http2ClientConnection in method package checkPending(handler Http2ClientConnection) : void in class io.vertx.core.http.impl.Http2Pool |
From |
To |
|
Change Parameter Type conn : VertxHttp2ClientHandler to conn : Http2ClientConnection in method package discard(conn Http2ClientConnection) : void in class io.vertx.core.http.impl.Http2Pool |
From |
To |
|
Change Parameter Type connection : VertxHttp2ServerHandler to connection : Http2ServerConnection in method public Http2ServerResponseImpl(stream_ VertxHttp2Stream, vertx VertxInternal, ctx ChannelHandlerContext, connection Http2ServerConnection, encoder Http2ConnectionEncoder, stream Http2Stream, push boolean, contentEncoding String) in class io.vertx.core.http.impl.Http2ServerResponseImpl |
From |
To |
|
Move Method public shutdown() : HttpConnection from class io.vertx.core.http.impl.VertxHttp2ConnectionHandler to public shutdown() : HttpConnection from class io.vertx.core.http.impl.Http2ConnectionBase |
From |
To |
|
Move Method public onStreamClosed(stream Http2Stream) : void from class io.vertx.core.http.impl.VertxHttp2ConnectionHandler to public onStreamClosed(stream Http2Stream) : void from class io.vertx.core.http.impl.Http2ConnectionBase |
From |
To |
|
Move Method private checkShutdownHandler() : void from class io.vertx.core.http.impl.VertxHttp2ConnectionHandler to private checkShutdownHandler() : void from class io.vertx.core.http.impl.Http2ConnectionBase |
From |
To |
|
Move Method public onPriorityTreeParentChanging(stream Http2Stream, newParent Http2Stream) : void from class io.vertx.core.http.impl.VertxHttp2ConnectionHandler to public onPriorityTreeParentChanging(stream Http2Stream, newParent Http2Stream) : void from class io.vertx.core.http.impl.Http2ConnectionBase |
From |
To |
|
Move Method public onPriorityTreeParentChanged(stream Http2Stream, oldParent Http2Stream) : void from class io.vertx.core.http.impl.VertxHttp2ConnectionHandler to public onPriorityTreeParentChanged(stream Http2Stream, oldParent Http2Stream) : void from class io.vertx.core.http.impl.Http2ConnectionBase |
From |
To |
|
Move Method public goAwayHandler(handler Handler<GoAway>) : HttpConnection from class io.vertx.core.http.impl.VertxHttp2ConnectionHandler to public goAwayHandler(handler Handler<GoAway>) : HttpConnection from class io.vertx.core.http.impl.Http2ConnectionBase |
From |
To |
|
Move Method public remoteSettingsHandler(handler Handler<io.vertx.core.http.Http2Settings>) : HttpConnection from class io.vertx.core.http.impl.VertxHttp2ConnectionHandler to public remoteSettingsHandler(handler Handler<io.vertx.core.http.Http2Settings>) : HttpConnection from class io.vertx.core.http.impl.Http2ConnectionBase |
From |
To |
|
Move Method public onSettingsRead(ctx ChannelHandlerContext, settings Http2Settings) : void from class io.vertx.core.http.impl.VertxHttp2ConnectionHandler to public onSettingsRead(ctx ChannelHandlerContext, settings Http2Settings) : void from class io.vertx.core.http.impl.Http2ConnectionBase |
From |
To |
|
Move Method public onStreamRemoved(stream Http2Stream) : void from class io.vertx.core.http.impl.VertxHttp2ConnectionHandler to public onStreamRemoved(stream Http2Stream) : void from class io.vertx.core.http.impl.Http2ConnectionBase |
From |
To |
|
Move Method public onStreamActive(stream Http2Stream) : void from class io.vertx.core.http.impl.VertxHttp2ConnectionHandler to public onStreamActive(stream Http2Stream) : void from class io.vertx.core.http.impl.Http2ConnectionBase |
From |
To |
|
Move Method public closeHandler(handler Handler<Void>) : HttpConnection from class io.vertx.core.http.impl.VertxHttp2ConnectionHandler to public closeHandler(handler Handler<Void>) : HttpConnection from class io.vertx.core.http.impl.Http2ConnectionBase |
From |
To |
|
Move Method public goAway(errorCode long, lastStreamId int, debugData Buffer) : HttpConnection from class io.vertx.core.http.impl.VertxHttp2ConnectionHandler to public goAway(errorCode long, lastStreamId int, debugData Buffer) : HttpConnection from class io.vertx.core.http.impl.Http2ConnectionBase |
From |
To |
|
Move Method protected updateSettings(settingsUpdate Http2Settings, completionHandler Handler<AsyncResult<Void>>) : void from class io.vertx.core.http.impl.VertxHttp2ConnectionHandler to protected updateSettings(settingsUpdate Http2Settings, completionHandler Handler<AsyncResult<Void>>) : void from class io.vertx.core.http.impl.Http2ConnectionBase |
From |
To |
|
Move Method public onDataRead(ctx ChannelHandlerContext, streamId int, data ByteBuf, padding int, endOfStream boolean) : int from class io.vertx.core.http.impl.VertxHttp2ConnectionHandler to public onDataRead(ctx ChannelHandlerContext, streamId int, data ByteBuf, padding int, endOfStream boolean) : int from class io.vertx.core.http.impl.Http2ConnectionBase |
From |
To |
|
Move Method public onRstStreamRead(ctx ChannelHandlerContext, streamId int, errorCode long) : void from class io.vertx.core.http.impl.VertxHttp2ConnectionHandler to public onRstStreamRead(ctx ChannelHandlerContext, streamId int, errorCode long) : void from class io.vertx.core.http.impl.Http2ConnectionBase |
From |
To |
|
Move Method package toNetSocket(stream VertxHttp2Stream) : NetSocket from class io.vertx.core.http.impl.VertxHttp2ConnectionHandler to package toNetSocket(stream VertxHttp2Stream) : NetSocket from class io.vertx.core.http.impl.Http2ConnectionBase |
From |
To |
|
Move Method public onStreamHalfClosed(stream Http2Stream) : void from class io.vertx.core.http.impl.VertxHttp2ConnectionHandler to public onStreamHalfClosed(stream Http2Stream) : void from class io.vertx.core.http.impl.Http2ConnectionBase |
From |
To |
|
Move Method public exceptionHandler() : Handler<Throwable> from class io.vertx.core.http.impl.VertxHttp2ConnectionHandler to public exceptionHandler() : Handler<Throwable> from class io.vertx.core.http.impl.Http2ConnectionBase |
From |
To |
|
Move Method public onPushPromiseRead(ctx ChannelHandlerContext, streamId int, promisedStreamId int, headers Http2Headers, padding int) : void from class io.vertx.core.http.impl.VertxHttp2ConnectionHandler to public onPushPromiseRead(ctx ChannelHandlerContext, streamId int, promisedStreamId int, headers Http2Headers, padding int) : void from class io.vertx.core.http.impl.Http2ConnectionBase |
From |
To |
|
Move Method public remoteSettings() : Http2Settings from class io.vertx.core.http.impl.VertxHttp2ConnectionHandler to public remoteSettings() : Http2Settings from class io.vertx.core.http.impl.Http2ConnectionBase |
From |
To |
|
Move Method public settings() : Http2Settings from class io.vertx.core.http.impl.VertxHttp2ConnectionHandler to public settings() : Http2Settings from class io.vertx.core.http.impl.Http2ConnectionBase |
From |
To |
|
Move Method public updateSettings(settings Http2Settings) : HttpConnection from class io.vertx.core.http.impl.VertxHttp2ConnectionHandler to public updateSettings(settings Http2Settings) : HttpConnection from class io.vertx.core.http.impl.Http2ConnectionBase |
From |
To |
|
Move Method public exceptionHandler(handler Handler<Throwable>) : HttpConnection from class io.vertx.core.http.impl.VertxHttp2ConnectionHandler to public exceptionHandler(handler Handler<Throwable>) : HttpConnection from class io.vertx.core.http.impl.Http2ConnectionBase |
From |
To |
|
Move Method public shutdown(timeout long) : HttpConnection from class io.vertx.core.http.impl.VertxHttp2ConnectionHandler to public shutdown(timeout long) : HttpConnection from class io.vertx.core.http.impl.Http2ConnectionBase |
From |
To |
|
Move Method public onSettingsAckRead(ctx ChannelHandlerContext) : void from class io.vertx.core.http.impl.VertxHttp2ConnectionHandler to public onSettingsAckRead(ctx ChannelHandlerContext) : void from class io.vertx.core.http.impl.Http2ConnectionBase |
From |
To |
|
Move Method public remoteSettingsHandler() : Handler<io.vertx.core.http.Http2Settings> from class io.vertx.core.http.impl.VertxHttp2ConnectionHandler to public remoteSettingsHandler() : Handler<io.vertx.core.http.Http2Settings> from class io.vertx.core.http.impl.Http2ConnectionBase |
From |
To |
|
Move Method public onGoAwaySent(lastStreamId int, errorCode long, debugData ByteBuf) : void from class io.vertx.core.http.impl.VertxHttp2ConnectionHandler to public onGoAwaySent(lastStreamId int, errorCode long, debugData ByteBuf) : void from class io.vertx.core.http.impl.Http2ConnectionBase |
From |
To |
|
Move Method public shutdownHandler(handler Handler<Void>) : HttpConnection from class io.vertx.core.http.impl.VertxHttp2ConnectionHandler to public shutdownHandler(handler Handler<Void>) : HttpConnection from class io.vertx.core.http.impl.Http2ConnectionBase |
From |
To |
|
Move Method public onGoAwayRead(ctx ChannelHandlerContext, lastStreamId int, errorCode long, debugData ByteBuf) : void from class io.vertx.core.http.impl.VertxHttp2ConnectionHandler to public onGoAwayRead(ctx ChannelHandlerContext, lastStreamId int, errorCode long, debugData ByteBuf) : void from class io.vertx.core.http.impl.Http2ConnectionBase |
From |
To |
|
Move Method public onPingRead(ctx ChannelHandlerContext, data ByteBuf) : void from class io.vertx.core.http.impl.VertxHttp2ConnectionHandler to public onPingRead(ctx ChannelHandlerContext, data ByteBuf) : void from class io.vertx.core.http.impl.Http2ConnectionBase |
From |
To |
|
Move Method public onWindowUpdateRead(ctx ChannelHandlerContext, streamId int, windowSizeIncrement int) : void from class io.vertx.core.http.impl.VertxHttp2ConnectionHandler to public onWindowUpdateRead(ctx ChannelHandlerContext, streamId int, windowSizeIncrement int) : void from class io.vertx.core.http.impl.Http2ConnectionBase |
From |
To |
|
Move Method public close() : void from class io.vertx.core.http.impl.VertxHttp2ConnectionHandler to public close() : void from class io.vertx.core.http.impl.Http2ConnectionBase |
From |
To |
|
Move Method public onGoAwayReceived(lastStreamId int, errorCode long, debugData ByteBuf) : void from class io.vertx.core.http.impl.VertxHttp2ConnectionHandler to public onGoAwayReceived(lastStreamId int, errorCode long, debugData ByteBuf) : void from class io.vertx.core.http.impl.Http2ConnectionBase |
From |
To |
|
Move Method public onPingAckRead(ctx ChannelHandlerContext, data ByteBuf) : void from class io.vertx.core.http.impl.VertxHttp2ConnectionHandler to public onPingAckRead(ctx ChannelHandlerContext, data ByteBuf) : void from class io.vertx.core.http.impl.Http2ConnectionBase |
From |
To |
|
Move Method public updateSettings(settings Http2Settings, completionHandler Handler<AsyncResult<Void>>) : HttpConnection from class io.vertx.core.http.impl.VertxHttp2ConnectionHandler to public updateSettings(settings Http2Settings, completionHandler Handler<AsyncResult<Void>>) : HttpConnection from class io.vertx.core.http.impl.Http2ConnectionBase |
From |
To |
|
Move Method public onStreamAdded(stream Http2Stream) : void from class io.vertx.core.http.impl.VertxHttp2ConnectionHandler to public onStreamAdded(stream Http2Stream) : void from class io.vertx.core.http.impl.Http2ConnectionBase |
From |
To |
|
Move Method public onUnknownFrame(ctx ChannelHandlerContext, frameType byte, streamId int, flags Http2Flags, payload ByteBuf) : void from class io.vertx.core.http.impl.VertxHttp2ConnectionHandler to public onUnknownFrame(ctx ChannelHandlerContext, frameType byte, streamId int, flags Http2Flags, payload ByteBuf) : void from class io.vertx.core.http.impl.Http2ConnectionBase |
From |
To |
|
Move Method public onWeightChanged(stream Http2Stream, oldWeight short) : void from class io.vertx.core.http.impl.VertxHttp2ConnectionHandler to public onWeightChanged(stream Http2Stream, oldWeight short) : void from class io.vertx.core.http.impl.Http2ConnectionBase |
From |
To |
|
Move Method private shutdown(timeout Long) : HttpConnection from class io.vertx.core.http.impl.VertxHttp2ConnectionHandler to private shutdown(timeout Long) : HttpConnection from class io.vertx.core.http.impl.Http2ConnectionBase |
From |
To |
|
Move Attribute protected handlerCtx : ChannelHandlerContext from class io.vertx.core.http.impl.VertxHttp2ConnectionHandler to protected handlerCtx : ChannelHandlerContext from class io.vertx.core.http.impl.Http2ConnectionBase |
From |
To |
|
Move Attribute private shutdown : boolean from class io.vertx.core.http.impl.VertxHttp2ConnectionHandler to private shutdown : boolean from class io.vertx.core.http.impl.Http2ConnectionBase |
From |
To |
|
Move Attribute protected streams : IntObjectMap<VertxHttp2Stream> from class io.vertx.core.http.impl.VertxHttp2ConnectionHandler to protected streams : IntObjectMap<VertxHttp2Stream> from class io.vertx.core.http.impl.Http2ConnectionBase |
From |
To |
|
Move Attribute private shutdownHandler : Handler<Void> from class io.vertx.core.http.impl.VertxHttp2ConnectionHandler to private shutdownHandler : Handler<Void> from class io.vertx.core.http.impl.Http2ConnectionBase |
From |
To |
|
Move Attribute private goAwayHandler : Handler<GoAway> from class io.vertx.core.http.impl.VertxHttp2ConnectionHandler to private goAwayHandler : Handler<GoAway> from class io.vertx.core.http.impl.Http2ConnectionBase |
From |
To |
|
Move Attribute private serverSettings : Http2Settings from class io.vertx.core.http.impl.VertxHttp2ConnectionHandler to private serverSettings : Http2Settings from class io.vertx.core.http.impl.Http2ConnectionBase |
From |
To |
|
Move Attribute private updateSettingsHandler : ArrayDeque<Runnable> from class io.vertx.core.http.impl.VertxHttp2ConnectionHandler to private updateSettingsHandler : ArrayDeque<Runnable> from class io.vertx.core.http.impl.Http2ConnectionBase |
From |
To |
|
Move Attribute private shuttingdown : boolean from class io.vertx.core.http.impl.VertxHttp2ConnectionHandler to private shuttingdown : boolean from class io.vertx.core.http.impl.Http2ConnectionBase |
From |
To |
|
Move Attribute private exceptionHandler : Handler<Throwable> from class io.vertx.core.http.impl.VertxHttp2ConnectionHandler to private exceptionHandler : Handler<Throwable> from class io.vertx.core.http.impl.Http2ConnectionBase |
From |
To |
|
Move Attribute private clientSettings : Http2Settings from class io.vertx.core.http.impl.VertxHttp2ConnectionHandler to private clientSettings : Http2Settings from class io.vertx.core.http.impl.Http2ConnectionBase |
From |
To |
|
Move Attribute private clientSettingsHandler : Handler<io.vertx.core.http.Http2Settings> from class io.vertx.core.http.impl.VertxHttp2ConnectionHandler to private clientSettingsHandler : Handler<io.vertx.core.http.Http2Settings> from class io.vertx.core.http.impl.Http2ConnectionBase |
From |
To |
|
Move Attribute protected channel : Channel from class io.vertx.core.http.impl.VertxHttp2ConnectionHandler to protected channel : Channel from class io.vertx.core.http.impl.Http2ConnectionBase |
From |
To |