de8abc89cd9d15e0e603652651a8af1ac5629b7a
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method package createStream(req HttpClientRequestBase) : Http2ClientStream renamed to public beginRequest(request HttpClientRequestImpl) : HttpClientStream in class io.vertx.core.http.impl.VertxHttp2ClientHandler | From | To | |
Change Parameter Type | 5 | ||
Change Parameter Type stream : HttpClientStream to stream : HttpClientConnection in method package abstract recycle(stream HttpClientConnection) : void in class io.vertx.core.http.impl.ConnectionManager.Pool | From | To | |
Change Parameter Type req : HttpClientRequestBase to request : HttpClientRequestImpl in method public beginRequest(request HttpClientRequestImpl) : HttpClientStream in class io.vertx.core.http.impl.VertxHttp2ClientHandler | From | To | |
Change Parameter Type stream : HttpClientStream to stream : HttpClientConnection in method package recycle(stream HttpClientConnection) : void in class io.vertx.core.http.impl.ConnectionManager.Http1xPool | From | To | |
Change Parameter Type conn : HttpClientStream to conn : HttpClientConnection in method package deliverConnection(conn HttpClientConnection, waiter Waiter) : void in class io.vertx.core.http.impl.ConnectionManager.Pool | From | To | |
Change Parameter Type conn : HttpClientStream to s : HttpClientConnection in method private connected(s HttpClientConnection) : void in class io.vertx.core.http.impl.HttpClientRequestImpl | From | To | |
Move Method | 1 | ||
Move Method public isClosed() : boolean from class io.vertx.core.http.impl.VertxHttp2ClientHandler.Http2ClientStream to public isClosed() : boolean from class io.vertx.core.http.impl.VertxHttp2ClientHandler | From | To | |
Change Return Type | 5 | ||
Change Return Type Http2ClientStream to HttpClientStream in method public beginRequest(request HttpClientRequestImpl) : HttpClientStream in class io.vertx.core.http.impl.VertxHttp2ClientHandler | From | To | |
Change Return Type HttpConnection to HttpClientConnection in method public connection() : HttpClientConnection in class io.vertx.core.http.impl.VertxHttp2ClientHandler.Http2ClientStream | From | To | |
Change Return Type void to HttpClientStream in method public beginRequest(req HttpClientRequestImpl) : HttpClientStream in class io.vertx.core.http.impl.ClientConnection | From | To | |
Change Return Type HttpConnection to HttpClientConnection in method public connection() : HttpClientConnection in class io.vertx.core.http.impl.ClientConnection | From | To | |
Change Return Type HttpConnection to HttpClientConnection in method public connection() : HttpClientConnection in class io.vertx.core.http.impl.HttpClientStream | From | To | |
Change Variable Type | 2 | ||
Change Variable Type conn : HttpClientStream to conn : HttpClientConnection in method package getConnection(port int, host String, handler Handler<ClientConnection>, connectionExceptionHandler Handler<Throwable>, context ContextImpl) : void in class io.vertx.core.http.impl.HttpClientImpl | From | To | |
Change Variable Type conn : HttpClientStream to conn : HttpClientConnection in method private connect() : void in class io.vertx.core.http.impl.HttpClientRequestImpl | From | To | |
Extract Interface | 1 | ||
Extract Interface io.vertx.core.http.impl.HttpClientConnection from classes [io.vertx.core.http.impl.ClientConnection] | From | To | |
Rename Parameter | 2 | ||
Rename Parameter conn : HttpClientStream to s : HttpClientConnection in method private connected(s HttpClientConnection) : void in class io.vertx.core.http.impl.HttpClientRequestImpl | From | To | |
Rename Parameter req : HttpClientRequestBase to request : HttpClientRequestImpl in method public beginRequest(request HttpClientRequestImpl) : HttpClientStream in class io.vertx.core.http.impl.VertxHttp2ClientHandler | From | To |