12a2a7bf870240a8980007ffd4d476010591e079
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public connect(vertx VertxInternal, bootstrap Bootstrap, options ProxyOptions, host String, port int, channelHandler Handler<AsyncResult<Channel>>) : void renamed to protected doConnect(vertx VertxInternal, bootstrap Bootstrap, options ProxyOptions, host String, port int, channelHandler Handler<AsyncResult<Channel>>) : void in class io.vertx.core.net.impl.ProxyChannelProvider | From | To | |
Move Class | 1 | ||
Move Class io.vertx.core.net.impl.proxy.ProxyChannelProvider moved to io.vertx.core.net.impl.ProxyChannelProvider | From | To | |
Extract And Move Method | 2 | ||
Extract And Move Method public connect(vertx VertxInternal, bootstrap Bootstrap, options ProxyOptions, host String, port int, channelHandler Handler<AsyncResult<Channel>>) : void extracted from protected internalConnect(queue ConnQueue, version HttpVersion, host String, port int, waiter Waiter) : void in class io.vertx.core.http.impl.ConnectionManager & moved to class io.vertx.core.net.impl.ChannelProvider | From | To | |
Extract And Move Method public connect(vertx VertxInternal, bootstrap Bootstrap, options ProxyOptions, host String, port int, channelHandler Handler<AsyncResult<Channel>>) : void extracted from private connect(port int, host String, connectHandler Handler<AsyncResult<NetSocket>>, remainingAttempts int) : void in class io.vertx.core.net.impl.NetClientImpl & moved to class io.vertx.core.net.impl.ChannelProvider | From | To |