|
Rename Method package handleReset(code long) : void renamed to package callReset(errorCode long) : void in class io.vertx.core.http.impl.VertxHttp2ServerHandler.Push |
From |
To |
|
Rename Method package abstract handleReset(code long) : void renamed to package abstract callReset(errorCode long) : void in class io.vertx.core.http.impl.VertxHttp2Stream |
From |
To |
|
Rename Method package handleReset(code long) : void renamed to package callReset(code long) : void in class io.vertx.core.http.impl.Http2ServerResponseImpl |
From |
To |
|
Rename Method package handleReset(errorCode long) : void renamed to package callReset(errorCode long) : void in class io.vertx.core.http.impl.VertxHttp2ClientHandler.Http2ClientStream |
From |
To |
|
Rename Method private handleEnd() : void renamed to package callEnd() : void in class io.vertx.core.http.impl.VertxHttp2ClientHandler.Http2ClientStream |
From |
To |
|
Rename Method package handleReset(code long) : void renamed to package callReset(errorCode long) : void in class io.vertx.core.http.impl.Http2ServerRequestImpl |
From |
To |
|
Pull Up Method private checkNextTick(v Void) : void from class io.vertx.core.http.impl.Http2ServerRequestImpl to private checkNextTick(v Void) : void from class io.vertx.core.http.impl.VertxHttp2Stream |
From |
To |
|
Pull Up Method protected onStreamError(ctx ChannelHandlerContext, cause Throwable, http2Ex Http2Exception.StreamException) : void from class io.vertx.core.http.impl.VertxHttp2ServerHandler to protected onStreamError(ctx ChannelHandlerContext, cause Throwable, http2Ex Http2Exception.StreamException) : void from class io.vertx.core.http.impl.VertxHttp2ConnectionHandler |
From |
To |
|
Pull Up Method public onRstStreamRead(ctx ChannelHandlerContext, streamId int, errorCode long) : void from class io.vertx.core.http.impl.VertxHttp2ServerHandler to public onRstStreamRead(ctx ChannelHandlerContext, streamId int, errorCode long) : void from class io.vertx.core.http.impl.VertxHttp2ConnectionHandler |
From |
To |
|
Pull Up Method public onDataRead(ctx ChannelHandlerContext, streamId int, data ByteBuf, padding int, endOfStream boolean) : int from class io.vertx.core.http.impl.VertxHttp2ServerHandler to public onDataRead(ctx ChannelHandlerContext, streamId int, data ByteBuf, padding int, endOfStream boolean) : int from class io.vertx.core.http.impl.VertxHttp2ConnectionHandler |
From |
To |
|
Pull Up Method protected onStreamError(ctx ChannelHandlerContext, cause Throwable, http2Ex Http2Exception.StreamException) : void from class io.vertx.core.http.impl.VertxHttp2ClientHandler to protected onStreamError(ctx ChannelHandlerContext, cause Throwable, http2Ex Http2Exception.StreamException) : void from class io.vertx.core.http.impl.VertxHttp2ConnectionHandler |
From |
To |
|
Pull Up Method public Http2ServerRequestImpl(vertx Vertx, connection VertxHttp2ServerHandler, serverOrigin String, conn Http2Connection, stream Http2Stream, ctx ChannelHandlerContext, encoder Http2ConnectionEncoder, headers Http2Headers, contentEncoding String) from class io.vertx.core.http.impl.Http2ServerRequestImpl to package VertxHttp2Stream(vertx Vertx, context ContextImpl, handlerContext ChannelHandlerContext, encoder Http2ConnectionEncoder, decoder Http2ConnectionDecoder, stream Http2Stream) from class io.vertx.core.http.impl.VertxHttp2Stream |
From |
To |
|
Pull Up Method public onRstStreamRead(ctx ChannelHandlerContext, streamId int, errorCode long) : void from class io.vertx.core.http.impl.VertxHttp2ClientHandler to public onRstStreamRead(ctx ChannelHandlerContext, streamId int, errorCode long) : void from class io.vertx.core.http.impl.VertxHttp2ConnectionHandler |
From |
To |
|
Pull Up Method package end() : void from class io.vertx.core.http.impl.Http2ServerRequestImpl to package handleEnd() : void from class io.vertx.core.http.impl.VertxHttp2Stream |
From |
To |
|
Pull Up Method package handleData(data Buffer) : void from class io.vertx.core.http.impl.Http2ServerRequestImpl to package handleData(data Buffer) : void from class io.vertx.core.http.impl.VertxHttp2Stream |
From |
To |
|
Extract And Move Method package bytesWritten() : long extracted from public bytesWritten() : long in class io.vertx.core.http.impl.Http2ServerResponseImpl & moved to class io.vertx.core.http.impl.VertxHttp2Stream |
From |
To |
|
Extract And Move Method public doResume() : void extracted from public resume() : HttpServerRequest in class io.vertx.core.http.impl.Http2ServerRequestImpl & moved to class io.vertx.core.http.impl.ClientConnection |
From |
To |
|
Extract And Move Method package writeData(chunk ByteBuf, end boolean) : void extracted from public writeBuffer(buf ByteBuf, end boolean) : void in class io.vertx.core.http.impl.VertxHttp2ClientHandler.Http2ClientStream & moved to class io.vertx.core.http.impl.VertxHttp2Stream |
From |
To |
|
Extract And Move Method public doResume() : void extracted from public resume() : HttpServerRequest in class io.vertx.core.http.impl.Http2ServerRequestImpl & moved to class io.vertx.core.http.impl.VertxHttp2Stream |
From |
To |
|
Extract And Move Method package isNotWritable() : boolean extracted from public writeQueueFull() : boolean in class io.vertx.core.http.impl.Http2ServerResponseImpl & moved to class io.vertx.core.http.impl.VertxHttp2Stream |
From |
To |
|
Extract And Move Method public doPause() : void extracted from public pause() : HttpServerRequest in class io.vertx.core.http.impl.Http2ServerRequestImpl & moved to class io.vertx.core.http.impl.VertxHttp2Stream |
From |
To |
|
Extract And Move Method package writeData(chunk ByteBuf, end boolean) : void extracted from package write(chunk ByteBuf, end boolean) : void in class io.vertx.core.http.impl.Http2ServerResponseImpl & moved to class io.vertx.core.http.impl.VertxHttp2Stream |
From |
To |
|
Rename Parameter code : long to errorCode : long in method package callReset(errorCode long) : void in class io.vertx.core.http.impl.VertxHttp2ServerHandler.Push |
From |
To |
|
Rename Parameter ctx : ChannelHandlerContext to handlerContext : ChannelHandlerContext in method package VertxHttp2Stream(vertx Vertx, context ContextImpl, handlerContext ChannelHandlerContext, encoder Http2ConnectionEncoder, decoder Http2ConnectionDecoder, stream Http2Stream) in class io.vertx.core.http.impl.VertxHttp2Stream |
From |
To |
|
Rename Parameter code : long to errorCode : long in method package abstract callReset(errorCode long) : void in class io.vertx.core.http.impl.VertxHttp2Stream |
From |
To |
|
Rename Parameter code : long to errorCode : long in method package callReset(errorCode long) : void in class io.vertx.core.http.impl.Http2ServerRequestImpl |
From |
To |