c7881d026f6a3a07afeba46dfb1f864b874ab9b7
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Class | 1 | ||
Rename Class io.vertx.core.http.impl.HttpClientPool renamed to io.vertx.core.http.impl.HttpConnectionPool | From | To | |
Rename Parameter | 2 | ||
Rename Parameter queue : ConnectionListener<HttpClientConnection> to listener : ConnectionListener<HttpClientConnection> in method private http2Connected(listener ConnectionListener<HttpClientConnection>, endpointMetric Object, context ContextImpl, ch Channel, resultHandler Handler<AsyncResult<HttpClientConnection>>) : void in class io.vertx.core.http.impl.HttpChannelConnector | From | To | |
Rename Parameter queue : ConnectionListener<HttpClientConnection> to listener : ConnectionListener<HttpClientConnection> in method private http1xConnected(listener ConnectionListener<HttpClientConnection>, version HttpVersion, host String, port int, ssl boolean, endpointMetric Object, context ContextImpl, ch Channel, handler Handler<AsyncResult<HttpClientConnection>>) : void in class io.vertx.core.http.impl.HttpChannelConnector | From | To |