|
Change Parameter Type canceled : AtomicBoolean to canceled : BooleanSupplier in method package getConnection(port int, host String, handler Handler<ClientConnection>, connectionExceptionHandler Handler<Throwable>, context ContextImpl, canceled BooleanSupplier) : void in class io.vertx.core.http.impl.HttpClientImpl |
From |
To |
|
Change Parameter Type canceled : AtomicBoolean to canceled : BooleanSupplier in method public getConnection(port int, host String, handler Handler<ClientConnection>, connectionExceptionHandler Handler<Throwable>, context ContextImpl, canceled BooleanSupplier) : void in class io.vertx.core.http.impl.ConnectionManager |
From |
To |
|
Change Parameter Type canceled : AtomicBoolean to canceled : BooleanSupplier in method private Waiter(handler Handler<ClientConnection>, connectionExceptionHandler Handler<Throwable>, context ContextImpl, canceled BooleanSupplier) in class io.vertx.core.http.impl.ConnectionManager.Waiter |
From |
To |
|
Change Parameter Type canceled : AtomicBoolean to canceled : BooleanSupplier in method public getConnection(handler Handler<ClientConnection>, connectionExceptionHandler Handler<Throwable>, context ContextImpl, canceled BooleanSupplier) : void in class io.vertx.core.http.impl.ConnectionManager.ConnQueue |
From |
To |