|
Rename Method public onClose(conn C) : void renamed to public closed(conn C) : void in class io.vertx.core.http.impl.pool.ConnectionListener |
From |
To |
|
Rename Method public onClose(conn C) : void renamed to public closed(conn C) : void in class io.vertx.core.http.impl.pool.ConnectionManager.Endpoint |
From |
To |
|
Rename Method public onRecycle(conn C) : void renamed to public recycle(conn C) : void in class io.vertx.core.http.impl.pool.ConnectionManager.Endpoint |
From |
To |
|
Rename Method public onRecycle(conn C) : void renamed to public recycle(conn C) : void in class io.vertx.core.http.impl.pool.ConnectionListener |
From |
To |
|
Rename Method protected onConcurrencyChange() : void renamed to protected concurrencyChanged() : void in class io.vertx.core.http.impl.Http2ConnectionBase |
From |
To |
|
Rename Method protected onConcurrencyChange() : void renamed to protected concurrencyChanged() : void in class io.vertx.core.http.impl.Http2ClientConnection |
From |
To |
|
Change Return Type void to boolean in method public initConnection(conn C) : boolean in class io.vertx.core.http.impl.pool.ConnectionPool |
From |
To |
|
Change Return Type void to boolean in method public abstract handleConnection(conn C) : boolean in class io.vertx.core.http.impl.pool.Waiter |
From |
To |
|
Change Return Type void to boolean in method public initConnection(conn Http2ClientConnection) : boolean in class io.vertx.core.http.impl.HttpConnectionPool.Http2 |
From |
To |
|
Change Return Type void to boolean in method public initConnection(conn Http1xClientConnection) : boolean in class io.vertx.core.http.impl.HttpConnectionPool.Http1x |
From |
To |
|
Change Return Type void to boolean in method public initConnection(conn HttpClientConnection) : boolean in class io.vertx.core.http.impl.HttpConnectionPool |
From |
To |
|
Change Return Type void to boolean in method private deliverInternal(conn C, waiter Waiter<C>) : boolean in class io.vertx.core.http.impl.pool.ConnectionManager.Endpoint |
From |
To |