08f0fe0b45d3dcf94f5d3e4a918f1a1fc614d55a
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type queue : ConnQueue to queue : ConnectionManager.ConnQueue in method public Http2Pool(queue ConnectionManager.ConnQueue) in class io.vertx.core.http.impl.Http2Pool | From | To | |
Move Class | 4 | ||
Move Class io.vertx.core.http.impl.ConnectionManager.Http2Pool moved to io.vertx.core.http.impl.Http2Pool | From | To | |
Move Class io.vertx.core.http.impl.ConnectionManager.VertxClientHandler moved to io.vertx.core.http.impl.Http2Pool.VertxClientHandler | From | To | |
Move Class io.vertx.core.http.impl.ConnectionManager.Http2ClientStream moved to io.vertx.core.http.impl.Http2Pool.Http2ClientStream | From | To | |
Move Class io.vertx.core.http.impl.ConnectionManager.VertxClientHandlerBuilder moved to io.vertx.core.http.impl.Http2Pool.VertxClientHandlerBuilder | From | To | |
Change Variable Type | 1 | ||
Change Variable Type waiter : Waiter to waiter : ConnectionManager.Waiter in method package createConn(handlerCtx ChannelHandlerContext, context ContextImpl, port int, host String, ch Channel, req HttpClientRequestImpl, connectHandler Handler<HttpClientStream>, exceptionHandler Handler<Throwable>) : void in class io.vertx.core.http.impl.Http2Pool | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type queue : ConnQueue to queue : ConnectionManager.ConnQueue in class io.vertx.core.http.impl.Http2Pool | From | To |