|
Rename Method public createConn(context ContextImpl, ch Channel, resultHandler Handler<AsyncResult<HttpClientConnection>>) : void renamed to public createConnection(context ContextImpl, ch Channel, resultHandler Handler<AsyncResult<HttpClientConnection>>) : void in class io.vertx.core.http.impl.Http2Pool |
From |
To |
|
Rename Method public createConn(context ContextImpl, ch Channel, handler Handler<AsyncResult<HttpClientConnection>>) : void renamed to public createConnection(context ContextImpl, ch Channel, handler Handler<AsyncResult<HttpClientConnection>>) : void in class io.vertx.core.http.impl.Http1xPool |
From |
To |
|
Rename Method public discard(conn ClientConnection) : void renamed to public discardConnection(conn ClientConnection) : void in class io.vertx.core.http.impl.Http1xPool |
From |
To |
|
Rename Method public recycle(conn Http2ClientConnection) : void renamed to public recycleConnection(conn Http2ClientConnection) : void in class io.vertx.core.http.impl.Http2Pool |
From |
To |
|
Rename Method public createConn(context ContextImpl, ch Channel, handler Handler<AsyncResult<HttpClientConnection>>) : void renamed to public createConnection(context ContextImpl, ch Channel, handler Handler<AsyncResult<HttpClientConnection>>) : void in class io.vertx.core.http.impl.ConnectionManager.Pool |
From |
To |
|
Rename Method public discard(conn Http2ClientConnection) : void renamed to public discardConnection(conn Http2ClientConnection) : void in class io.vertx.core.http.impl.Http2Pool |
From |
To |
|
Rename Method public recycle(conn ClientConnection) : void renamed to public recycleConnection(conn ClientConnection) : void in class io.vertx.core.http.impl.Http1xPool |
From |
To |