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