|
Change Parameter Type conn : Http2ClientConnection to conn : HttpClientConnection in method public evictConnection(conn HttpClientConnection) : void in class io.vertx.core.http.impl.HttpClientPool |
From |
To |
|
Change Parameter Type conn : Http2ClientConnection to conn : HttpClientConnection in method public createStream(conn HttpClientConnection) : HttpClientStream in class io.vertx.core.http.impl.HttpClientPool |
From |
To |
|
Change Parameter Type conn : HttpClientConnection to conn : C in method private deliverInternal(conn C, waiter Waiter) : void in class io.vertx.core.http.impl.ConnectionManager.ConnQueue |
From |
To |
|
Change Parameter Type conn : Http2ClientConnection to conn : HttpClientConnection in method public recycleConnection(conn HttpClientConnection) : void in class io.vertx.core.http.impl.HttpClientPool |
From |
To |
|
Change Parameter Type conn : HttpClientConnection to conn : C in method private initConnection(waiter Waiter, conn C) : void in class io.vertx.core.http.impl.ConnectionManager.ConnQueue |
From |
To |
|
Change Parameter Type conn : Http2ClientConnection to conn : HttpClientConnection in method public initConnection(conn HttpClientConnection) : void in class io.vertx.core.http.impl.HttpClientPool |
From |
To |
|
Move Method private http2Connected(context ContextImpl, ch Channel, resultHandler Handler<AsyncResult<HttpClientConnection>>) : void from class io.vertx.core.http.impl.ConnectionManager.ConnQueue to private http2Connected(queue ClientConnectionListener<HttpClientConnection>, endpointMetric Object, context ContextImpl, ch Channel, resultHandler Handler<AsyncResult<HttpClientConnection>>) : void from class io.vertx.core.http.impl.ConnectionManager.HttpChannelConnector |
From |
To |
|
Move Method private handshakeFailure(ch Channel, cause Throwable, handler Handler<AsyncResult<HttpClientConnection>>) : void from class io.vertx.core.http.impl.ConnectionManager.ConnQueue to private handshakeFailure(ch Channel, cause Throwable, handler Handler<AsyncResult<HttpClientConnection>>) : void from class io.vertx.core.http.impl.ConnectionManager.HttpChannelConnector |
From |
To |
|
Move Method private http1xConnected(context ContextImpl, ch Channel, handler Handler<AsyncResult<HttpClientConnection>>) : void from class io.vertx.core.http.impl.ConnectionManager.ConnQueue to private http1xConnected(queue ClientConnectionListener<HttpClientConnection>, version HttpVersion, host String, port int, ssl boolean, endpointMetric Object, context ContextImpl, ch Channel, handler Handler<AsyncResult<HttpClientConnection>>) : void from class io.vertx.core.http.impl.ConnectionManager.HttpChannelConnector |
From |
To |
|
Move Method protected connect(queue ConnQueue, bootstrap Bootstrap, context ContextImpl, peerHost String, ssl boolean, version HttpVersion, host String, port int, handler Handler<AsyncResult<HttpClientConnection>>) : void from class io.vertx.core.http.impl.ConnectionManager.ChannelConnector to public connect(listener ClientConnectionListener<HttpClientConnection>, endpointMetric Object, bootstrap Bootstrap, context ContextImpl, peerHost String, ssl boolean, version HttpVersion, host String, port int, handler Handler<AsyncResult<HttpClientConnection>>) : void from class io.vertx.core.http.impl.ConnectionManager.HttpChannelConnector |
From |
To |
|
Move Method private connectFailed(ch Channel, connectionExceptionHandler Handler<AsyncResult<HttpClientConnection>>, t Throwable) : void from class io.vertx.core.http.impl.ConnectionManager.ConnQueue to private connectFailed(ch Channel, connectionExceptionHandler Handler<AsyncResult<HttpClientConnection>>, t Throwable) : void from class io.vertx.core.http.impl.ConnectionManager.HttpChannelConnector |
From |
To |