|
Rename Method protected doMessageReceived(conn ServerConnection, ctx ChannelHandlerContext, msg Object) : void renamed to protected handleMessage(connection ServerConnection, context ContextImpl, chctx ChannelHandlerContext, msg Object) : void in class io.vertx.core.http.impl.HttpServerImpl.ServerHandler |
From |
To |
|
Rename Method protected doMessageReceived(conn ClientConnection, ctx ChannelHandlerContext, msg Object) : void renamed to protected handleMessage(connection ClientConnection, context ContextImpl, chctx ChannelHandlerContext, msg Object) : void in class io.vertx.core.http.impl.ClientHandler |
From |
To |
|
Rename Method protected safeObject(msg Object, allocator ByteBufAllocator) : Object renamed to protected decode(msg Object, allocator ByteBufAllocator) : Object in class io.vertx.core.net.impl.VertxNetHandler |
From |
To |
|
Rename Method protected safeObject(msg Object, allocator ByteBufAllocator) : Object renamed to protected decode(msg Object, allocator ByteBufAllocator) : Object in class io.vertx.core.http.impl.VertxHttpHandler |
From |
To |
|
Rename Method protected doMessageReceived(connection ServerConnection, ctx ChannelHandlerContext, msg Object) : void renamed to protected handleMessage(connection ServerConnection, context ContextImpl, chctx ChannelHandlerContext, msg Object) : void in class io.vertx.core.http.impl.HttpServerImpl.ServerHandleWithWebSockets |
From |
To |
|
Rename Method protected abstract safeObject(msg Object, allocator ByteBufAllocator) : Object renamed to protected abstract decode(msg Object, allocator ByteBufAllocator) : Object in class io.vertx.core.net.impl.VertxHandler |
From |
To |
|
Rename Method protected safeObject(msg Object, allocator ByteBufAllocator) : Object renamed to protected decode(msg Object, allocator ByteBufAllocator) : Object in class io.vertx.core.datagram.impl.DatagramServerHandler |
From |
To |
|
Rename Parameter ctx : ChannelHandlerContext to chctx : ChannelHandlerContext in method protected handleMessage(connection ServerConnection, context ContextImpl, chctx ChannelHandlerContext, msg Object) : void in class io.vertx.core.http.impl.HttpServerImpl.ServerHandleWithWebSockets |
From |
To |
|
Rename Parameter conn : ClientConnection to connection : ClientConnection in method protected handleMessage(connection ClientConnection, context ContextImpl, chctx ChannelHandlerContext, msg Object) : void in class io.vertx.core.http.impl.ClientHandler |
From |
To |
|
Rename Parameter ctx : ChannelHandlerContext to chctx : ChannelHandlerContext in method protected handleMessage(connection ClientConnection, context ContextImpl, chctx ChannelHandlerContext, msg Object) : void in class io.vertx.core.http.impl.ClientHandler |
From |
To |
|
Rename Parameter ctx : ChannelHandlerContext to chctx : ChannelHandlerContext in method protected handleMessage(connection ServerConnection, context ContextImpl, chctx ChannelHandlerContext, msg Object) : void in class io.vertx.core.http.impl.HttpServerImpl.ServerHandler |
From |
To |
|
Rename Parameter conn : ServerConnection to connection : ServerConnection in method protected handleMessage(connection ServerConnection, context ContextImpl, chctx ChannelHandlerContext, msg Object) : void in class io.vertx.core.http.impl.HttpServerImpl.ServerHandler |
From |
To |