10dab4128d28b10484227e26c91e5a23575fb691
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public setHttp2MaxStreams(http2MaxStreams int) : HttpClientOptions renamed to public setHttp2MultiplexingLimit(http2MultiplexingLimit int) : HttpClientOptions in class io.vertx.core.http.HttpClientOptions | From | To | |
| Rename Method public getHttp2MaxStreams() : int renamed to public getHttp2MultiplexingLimit() : int in class io.vertx.core.http.HttpClientOptions | From | To | |
| Inline Method | 1 | ||
| Inline Method private doRecycle(conn ClientConnection) : void inlined to public recycle(conn ClientConnection) : void in class io.vertx.core.http.impl.Http1xPool | From | To | |
| Rename Attribute | 2 | ||
| Rename Attribute DEFAULT_HTTP2_MAX_STREAMS : int to DEFAULT_HTTP2_MULTIPLEXING_LIMIT : int in class io.vertx.core.http.HttpClientOptions | From | To | |
| Rename Attribute http2MaxStreams : int to http2MultiplexingLimit : int in class io.vertx.core.http.HttpClientOptions | From | To | |
| Extract And Move Method | 1 | ||
| Extract And Move Method package requestEnded(conn ClientConnection) : void extracted from public endRequest() : void in class io.vertx.core.http.impl.ClientConnection & moved to class io.vertx.core.http.impl.Http1xPool | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter http2MaxStreams : int to http2MultiplexingLimit : int in method public setHttp2MultiplexingLimit(http2MultiplexingLimit int) : HttpClientOptions in class io.vertx.core.http.HttpClientOptions | From | To |