|
Change Return Type void to ClientConnection in method public closeHandler(handler Handler<Void>) : ClientConnection in class io.vertx.core.http.impl.ClientConnection |
From |
To |
|
Change Return Type HttpConnection to Http2ConnectionBase in method public exceptionHandler(handler Handler<Throwable>) : Http2ConnectionBase in class io.vertx.core.http.impl.Http2ConnectionBase |
From |
To |
|
Change Return Type HttpConnection to Http2ConnectionBase in method public closeHandler(handler Handler<Void>) : Http2ConnectionBase in class io.vertx.core.http.impl.Http2ConnectionBase |
From |
To |
|
Change Return Type NetSocket to NetSocketImpl in method public closeHandler(handler Handler<Void>) : NetSocketImpl in class io.vertx.core.net.impl.NetSocketImpl |
From |
To |
|
Change Return Type DatagramSocket to DatagramSocketImpl in method public endHandler(endHandler Handler<Void>) : DatagramSocketImpl in class io.vertx.core.datagram.impl.DatagramSocketImpl |
From |
To |
|
Change Return Type NetSocket to NetSocketImpl in method public exceptionHandler(handler Handler<Throwable>) : NetSocketImpl in class io.vertx.core.net.impl.NetSocketImpl |
From |
To |
|
Change Return Type DatagramSocket to DatagramSocketImpl in method public exceptionHandler(handler Handler<Throwable>) : DatagramSocketImpl in class io.vertx.core.datagram.impl.DatagramSocketImpl |
From |
To |
|
Extract And Move Method public closeHandler(handler Handler<Void>) : ConnectionBase extracted from public closeHandler(handler Handler<Void>) : NetSocket in class io.vertx.core.net.impl.NetSocketImpl & moved to class io.vertx.core.net.impl.ConnectionBase |
From |
To |
|
Extract And Move Method public exceptionHandler(handler Handler<Throwable>) : ConnectionBase extracted from public exceptionHandler(handler Handler<Throwable>) : NetSocket in class io.vertx.core.net.impl.NetSocketImpl & moved to class io.vertx.core.net.impl.ConnectionBase |
From |
To |
|
Extract And Move Method public closeHandler(handler Handler<Void>) : ConnectionBase extracted from public closeHandler(handler Handler<Void>) : HttpConnection in class io.vertx.core.http.impl.Http2ConnectionBase & moved to class io.vertx.core.net.impl.ConnectionBase |
From |
To |
|
Extract And Move Method public exceptionHandler(handler Handler<Throwable>) : ConnectionBase extracted from public exceptionHandler(handler Handler<Throwable>) : DatagramSocket in class io.vertx.core.datagram.impl.DatagramSocketImpl & moved to class io.vertx.core.net.impl.ConnectionBase |
From |
To |
|
Extract And Move Method public closeHandler(handler Handler<Void>) : ConnectionBase extracted from public endHandler(endHandler Handler<Void>) : DatagramSocket in class io.vertx.core.datagram.impl.DatagramSocketImpl & moved to class io.vertx.core.net.impl.ConnectionBase |
From |
To |
|
Extract And Move Method public exceptionHandler(handler Handler<Throwable>) : ConnectionBase extracted from public exceptionHandler(handler Handler<Throwable>) : HttpConnection in class io.vertx.core.http.impl.Http2ConnectionBase & moved to class io.vertx.core.net.impl.ConnectionBase |
From |
To |
|
Extract And Move Method public closeHandler(handler Handler<Void>) : ConnectionBase extracted from public closeHandler(handler Handler<Void>) : void in class io.vertx.core.http.impl.ClientConnection & moved to class io.vertx.core.net.impl.ConnectionBase |
From |
To |