|
Change Parameter Type connectHandler : Handler<AsyncResult<C>> to connectHandler : Handler<AsyncResult<NetSocket>> in method protected doConnect(port int, host String, serverName String, connectHandler Handler<AsyncResult<NetSocket>>, remainingAttempts int) : void in class io.vertx.core.net.impl.NetClientImpl |
From |
To |
|
Change Parameter Type connectHandler : Handler<AsyncResult<C>> to connectHandler : Handler<AsyncResult<NetSocket>> in method private connected(context ContextImpl, ch Channel, connectHandler Handler<AsyncResult<NetSocket>>, host String, port int) : void in class io.vertx.core.net.impl.NetClientImpl |
From |
To |
|
Change Parameter Type connectHandler : Handler<AsyncResult<C>> to connectHandler : Handler<AsyncResult<NetSocket>> in method private failed(context ContextImpl, ch Channel, th Throwable, connectHandler Handler<AsyncResult<NetSocket>>) : void in class io.vertx.core.net.impl.NetClientImpl |
From |
To |
|
Change Parameter Type connectHandler : Handler<AsyncResult<C>> to connectHandler : Handler<AsyncResult<NetSocket>> in method private doFailed(connectHandler Handler<AsyncResult<NetSocket>>, th Throwable) : void in class io.vertx.core.net.impl.NetClientImpl |
From |
To |
|
Change Parameter Type handler : Handler<? super C> to handler : Handler<NetSocket> in method public listen(handler Handler<NetSocket>, port int, host String, listenHandler Handler<AsyncResult<Void>>) : void in class io.vertx.core.net.impl.NetServerImpl |
From |
To |
|
Change Parameter Type connectionFactory : Function<ChannelHandlerContext,C> to connectionFactory : Function<ChannelHandlerContext,NetSocketImpl> in method public VertxNetHandler(connectionFactory Function<ChannelHandlerContext,NetSocketImpl>) in class io.vertx.core.net.impl.VertxNetHandler |
From |
To |
|
Change Parameter Type conn : C to conn : NetSocketImpl in method public VertxNetHandler(conn NetSocketImpl) in class io.vertx.core.net.impl.VertxNetHandler |
From |
To |
|
Change Parameter Type connectHandler : Handler<AsyncResult<C>> to connectHandler : Handler<AsyncResult<NetSocket>> in method protected doConnect(port int, host String, serverName String, connectHandler Handler<AsyncResult<NetSocket>>) : void in class io.vertx.core.net.impl.NetClientImpl |
From |
To |
|
Move Method protected finalize() : void from class io.vertx.core.net.impl.NetServerBase to protected finalize() : void from class io.vertx.core.net.impl.NetServerImpl |
From |
To |
|
Move Method private executeCloseDone(closeContext ContextImpl, done Handler<AsyncResult<Void>>, e Exception) : void from class io.vertx.core.net.impl.NetServerBase to private executeCloseDone(closeContext ContextImpl, done Handler<AsyncResult<Void>>, e Exception) : void from class io.vertx.core.net.impl.NetServerImpl |
From |
To |
|
Move Method protected isPaused() : boolean from class io.vertx.core.net.impl.NetServerBase to protected isPaused() : boolean from class io.vertx.core.net.impl.NetServerImpl |
From |
To |
|
Move Method public isMetricsEnabled() : boolean from class io.vertx.core.net.impl.NetServerBase to public isMetricsEnabled() : boolean from class io.vertx.core.net.impl.NetServerImpl |
From |
To |
|
Move Method public getMetrics() : Metrics from class io.vertx.core.net.impl.NetServerBase to public getMetrics() : Metrics from class io.vertx.core.net.impl.NetClientImpl |
From |
To |
|
Move Method private doFailed(connectHandler Handler<AsyncResult<C>>, th Throwable) : void from class io.vertx.core.net.impl.NetClientBase to private doFailed(connectHandler Handler<AsyncResult<NetSocket>>, th Throwable) : void from class io.vertx.core.net.impl.NetClientImpl |
From |
To |
|
Move Method private checkClosed() : void from class io.vertx.core.net.impl.NetClientBase to private checkClosed() : void from class io.vertx.core.net.impl.NetClientImpl |
From |
To |
|
Move Method public close() : void from class io.vertx.core.net.impl.NetClientBase to public close() : void from class io.vertx.core.net.impl.NetClientImpl |
From |
To |
|
Move Method private actualClose(closeContext ContextImpl, done Handler<AsyncResult<Void>>) : void from class io.vertx.core.net.impl.NetServerBase to private actualClose(closeContext ContextImpl, done Handler<AsyncResult<Void>>) : void from class io.vertx.core.net.impl.NetServerImpl |
From |
To |
|
Move Method public getMetrics() : Metrics from class io.vertx.core.net.impl.NetClientBase to public getMetrics() : Metrics from class io.vertx.core.net.impl.NetClientImpl |
From |
To |
|
Move Method private applyConnectionOptions(bootstrap Bootstrap) : void from class io.vertx.core.net.impl.NetClientBase to private applyConnectionOptions(bootstrap Bootstrap) : void from class io.vertx.core.net.impl.NetClientImpl |
From |
To |
|
Move Method public listen(handler Handler<? super C>, port int, host String, listenHandler Handler<AsyncResult<Void>>) : void from class io.vertx.core.net.impl.NetServerBase to public listen(handler Handler<NetSocket>, port int, host String, listenHandler Handler<AsyncResult<Void>>) : void from class io.vertx.core.net.impl.NetServerImpl |
From |
To |
|
Move Method public close() : void from class io.vertx.core.net.impl.NetServerBase to public close() : void from class io.vertx.core.net.impl.NetServerImpl |
From |
To |
|
Move Method protected doConnect(port int, host String, serverName String, connectHandler Handler<AsyncResult<C>>, remainingAttempts int) : void from class io.vertx.core.net.impl.NetClientBase to protected doConnect(port int, host String, serverName String, connectHandler Handler<AsyncResult<NetSocket>>, remainingAttempts int) : void from class io.vertx.core.net.impl.NetClientImpl |
From |
To |
|
Move Method protected resumeAccepting() : void from class io.vertx.core.net.impl.NetServerBase to protected resumeAccepting() : void from class io.vertx.core.net.impl.NetServerImpl |
From |
To |
|
Move Method private connected(ch Channel) : void from class io.vertx.core.net.impl.NetServerBase to private connected(ch Channel) : void from class io.vertx.core.net.impl.NetServerImpl |
From |
To |
|
Move Method protected isListening() : boolean from class io.vertx.core.net.impl.NetServerBase to protected isListening() : boolean from class io.vertx.core.net.impl.NetServerImpl |
From |
To |
|
Move Method protected applyConnectionOptions(bootstrap ServerBootstrap) : void from class io.vertx.core.net.impl.NetServerBase to protected applyConnectionOptions(bootstrap ServerBootstrap) : void from class io.vertx.core.net.impl.NetServerImpl |
From |
To |
|
Move Method private failed(context ContextImpl, ch Channel, th Throwable, connectHandler Handler<AsyncResult<C>>) : void from class io.vertx.core.net.impl.NetClientBase to private failed(context ContextImpl, ch Channel, th Throwable, connectHandler Handler<AsyncResult<NetSocket>>) : void from class io.vertx.core.net.impl.NetClientImpl |
From |
To |
|
Move Method public actualPort() : int from class io.vertx.core.net.impl.NetServerBase to public actualPort() : int from class io.vertx.core.net.impl.NetServerImpl |
From |
To |
|
Move Method private connected(context ContextImpl, ch Channel, connectHandler Handler<AsyncResult<C>>, host String, port int) : void from class io.vertx.core.net.impl.NetClientBase to private connected(context ContextImpl, ch Channel, connectHandler Handler<AsyncResult<NetSocket>>, host String, port int) : void from class io.vertx.core.net.impl.NetClientImpl |
From |
To |
|
Move Method protected doConnect(port int, host String, serverName String, connectHandler Handler<AsyncResult<C>>) : void from class io.vertx.core.net.impl.NetClientBase to protected doConnect(port int, host String, serverName String, connectHandler Handler<AsyncResult<NetSocket>>) : void from class io.vertx.core.net.impl.NetClientImpl |
From |
To |
|
Move Method public isMetricsEnabled() : boolean from class io.vertx.core.net.impl.NetClientBase to public isMetricsEnabled() : boolean from class io.vertx.core.net.impl.NetClientImpl |
From |
To |
|
Move Method protected pauseAccepting() : void from class io.vertx.core.net.impl.NetServerBase to protected pauseAccepting() : void from class io.vertx.core.net.impl.NetServerImpl |
From |
To |
|
Move Attribute private availableWorkers : VertxEventLoopGroup from class io.vertx.core.net.impl.NetServerBase to private availableWorkers : VertxEventLoopGroup from class io.vertx.core.net.impl.NetServerImpl |
From |
To |
|
Move Attribute private listenContext : ContextImpl from class io.vertx.core.net.impl.NetServerBase to private listenContext : ContextImpl from class io.vertx.core.net.impl.NetServerImpl |
From |
To |
|
Move Attribute private metrics : TCPMetrics from class io.vertx.core.net.impl.NetClientBase to private metrics : TCPMetrics from class io.vertx.core.net.impl.NetClientImpl |
From |
To |
|
Move Attribute private serverChannelGroup : ChannelGroup from class io.vertx.core.net.impl.NetServerBase to private serverChannelGroup : ChannelGroup from class io.vertx.core.net.impl.NetServerImpl |
From |
To |
|
Move Attribute protected sslHelper : SSLHelper from class io.vertx.core.net.impl.NetClientBase to protected sslHelper : SSLHelper from class io.vertx.core.net.impl.NetClientImpl |
From |
To |
|
Move Attribute private options : NetClientOptions from class io.vertx.core.net.impl.NetClientBase to private options : NetClientOptions from class io.vertx.core.net.impl.NetClientImpl |
From |
To |
|
Move Attribute private actualPort : int from class io.vertx.core.net.impl.NetServerBase to private actualPort : int from class io.vertx.core.net.impl.NetServerImpl |
From |
To |
|
Move Attribute private paused : boolean from class io.vertx.core.net.impl.NetServerBase to private paused : boolean from class io.vertx.core.net.impl.NetServerImpl |
From |
To |
|
Move Attribute protected creatingContext : ContextImpl from class io.vertx.core.net.impl.NetServerBase to protected creatingContext : ContextImpl from class io.vertx.core.net.impl.NetServerImpl |
From |
To |
|
Move Attribute private closed : boolean from class io.vertx.core.net.impl.NetClientBase to private closed : boolean from class io.vertx.core.net.impl.NetClientImpl |
From |
To |
|
Move Attribute private creatingContext : ContextImpl from class io.vertx.core.net.impl.NetClientBase to private creatingContext : ContextImpl from class io.vertx.core.net.impl.NetClientImpl |
From |
To |
|
Move Attribute private closeHook : Closeable from class io.vertx.core.net.impl.NetClientBase to private closeHook : Closeable from class io.vertx.core.net.impl.NetClientImpl |
From |
To |
|
Move Attribute private bindFuture : AsyncResolveConnectHelper from class io.vertx.core.net.impl.NetServerBase to private bindFuture : AsyncResolveConnectHelper from class io.vertx.core.net.impl.NetServerImpl |
From |
To |
|
Move Attribute protected logEnabled : boolean from class io.vertx.core.net.impl.NetServerBase to protected logEnabled : boolean from class io.vertx.core.net.impl.NetServerImpl |
From |
To |
|
Move Attribute private vertx : VertxInternal from class io.vertx.core.net.impl.NetClientBase to private vertx : VertxInternal from class io.vertx.core.net.impl.NetClientImpl |
From |
To |
|
Move Attribute private metrics : TCPMetrics from class io.vertx.core.net.impl.NetServerBase to private metrics : TCPMetrics from class io.vertx.core.net.impl.NetServerImpl |
From |
To |
|
Move Attribute protected sslHelper : SSLHelper from class io.vertx.core.net.impl.NetServerBase to protected sslHelper : SSLHelper from class io.vertx.core.net.impl.NetServerImpl |
From |
To |
|
Move Attribute private creatingContext : ContextImpl from class io.vertx.core.net.impl.NetClientBase to protected creatingContext : ContextImpl from class io.vertx.core.net.impl.NetServerImpl |
From |
To |
|
Move Attribute private listening : boolean from class io.vertx.core.net.impl.NetServerBase to private listening : boolean from class io.vertx.core.net.impl.NetServerImpl |
From |
To |
|
Move Attribute private id : ServerID from class io.vertx.core.net.impl.NetServerBase to private id : ServerID from class io.vertx.core.net.impl.NetServerImpl |
From |
To |
|
Move Attribute protected options : NetServerOptions from class io.vertx.core.net.impl.NetServerBase to protected options : NetServerOptions from class io.vertx.core.net.impl.NetServerImpl |
From |
To |
|
Move Attribute protected vertx : VertxInternal from class io.vertx.core.net.impl.NetServerBase to protected vertx : VertxInternal from class io.vertx.core.net.impl.NetServerImpl |
From |
To |