|
Change Parameter Type poolFactory : Function<SocketAddress,Pool<C>> to poolFactory : Function<SocketAddress,ConnectionPool<C>> in method package ConnectionManager(vertx VertxInternal, metrics HttpClientMetrics, connector ConnectionProvider<C>, poolFactory Function<SocketAddress,ConnectionPool<C>>, maxWaitQueueSize int) in class io.vertx.core.http.impl.ConnectionManager |
From |
To |
|
Change Parameter Type listener : ClientConnectionListener<HttpClientConnection> to listener : ConnectionListener<HttpClientConnection> in method public ClientHandler(listener ConnectionListener<HttpClientConnection>, context ContextImpl, version HttpVersion, host String, port int, ssl boolean, client HttpClientImpl, endpointMetric Object, metrics HttpClientMetrics) in class io.vertx.core.http.impl.ClientHandler |
From |
To |
|
Change Parameter Type listener : ClientConnectionListener<HttpClientConnection> to listener : ConnectionListener<HttpClientConnection> in method public connect(listener ConnectionListener<HttpClientConnection>, endpointMetric Object, bootstrap Bootstrap, context ContextImpl, peerHost String, ssl boolean, host String, port int, handler Handler<AsyncResult<HttpClientConnection>>) : void in class io.vertx.core.http.impl.HttpChannelConnector |
From |
To |
|
Change Parameter Type connector : ChannelConnector<C> to connector : ConnectionProvider<C> in method package ConnQueue(mgr QueueManager, connector ConnectionProvider<C>, peerHost String, host String, port int, ssl boolean, key ConnectionKey, pool ConnectionPool<C>) in class io.vertx.core.http.impl.ConnectionManager.ConnQueue |
From |
To |
|
Change Parameter Type queue : ClientConnectionListener<HttpClientConnection> to queue : ConnectionListener<HttpClientConnection> in method private http2Connected(queue ConnectionListener<HttpClientConnection>, endpointMetric Object, context ContextImpl, ch Channel, resultHandler Handler<AsyncResult<HttpClientConnection>>) : void in class io.vertx.core.http.impl.HttpChannelConnector |
From |
To |
|
Change Parameter Type queue : ClientConnectionListener<HttpClientConnection> to queue : ConnectionListener<HttpClientConnection> in method private http1xConnected(queue ConnectionListener<HttpClientConnection>, version HttpVersion, host String, port int, ssl boolean, endpointMetric Object, context ContextImpl, ch Channel, handler Handler<AsyncResult<HttpClientConnection>>) : void in class io.vertx.core.http.impl.HttpChannelConnector |
From |
To |
|
Change Parameter Type listener : ClientConnectionListener<HttpClientConnection> to listener : ConnectionListener<HttpClientConnection> in method public Http2ClientConnection(listener ConnectionListener<HttpClientConnection>, queueMetric Object, client HttpClientImpl, context ContextImpl, connHandler VertxHttp2ConnectionHandler, metrics HttpClientMetrics, resultHandler Handler<AsyncResult<HttpClientConnection>>) in class io.vertx.core.http.impl.Http2ClientConnection |
From |
To |
|
Change Parameter Type listener : ClientConnectionListener<HttpClientConnection> to listener : ConnectionListener<HttpClientConnection> in method package ClientConnection(listener ConnectionListener<HttpClientConnection>, version HttpVersion, client HttpClientImpl, endpointMetric Object, channel ChannelHandlerContext, ssl boolean, host String, port int, context ContextImpl, metrics HttpClientMetrics) in class io.vertx.core.http.impl.ClientConnection |
From |
To |
|
Change Parameter Type pool : Pool<C> to pool : ConnectionPool<C> in method package ConnQueue(mgr QueueManager, connector ConnectionProvider<C>, peerHost String, host String, port int, ssl boolean, key ConnectionKey, pool ConnectionPool<C>) in class io.vertx.core.http.impl.ConnectionManager.ConnQueue |
From |
To |
|
Change Parameter Type connector : ChannelConnector<C> to connector : ConnectionProvider<C> in method package ConnectionManager(vertx VertxInternal, metrics HttpClientMetrics, connector ConnectionProvider<C>, poolFactory Function<SocketAddress,ConnectionPool<C>>, maxWaitQueueSize int) in class io.vertx.core.http.impl.ConnectionManager |
From |
To |
|
Change Attribute Type listener : ClientConnectionListener<HttpClientConnection> to listener : ConnectionListener<HttpClientConnection> in class io.vertx.core.http.impl.ClientConnection |
From |
To |
|
Change Attribute Type listener : ClientConnectionListener<HttpClientConnection> to listener : ConnectionListener<HttpClientConnection> in class io.vertx.core.http.impl.Http2ClientConnection |
From |
To |
|
Change Attribute Type pool : Pool<C> to pool : ConnectionPool<C> in class io.vertx.core.http.impl.ConnectionManager.ConnQueue |
From |
To |
|
Change Attribute Type connector : ChannelConnector<C> to connector : ConnectionProvider<C> in class io.vertx.core.http.impl.ConnectionManager.ConnQueue |
From |
To |
|
Change Attribute Type current : ConnectionManager.Pool<? extends HttpClientConnection> to current : ConnectionPool<? extends HttpClientConnection> in class io.vertx.core.http.impl.HttpClientPool |
From |
To |
|
Change Attribute Type listener : ClientConnectionListener<HttpClientConnection> to listener : ConnectionListener<HttpClientConnection> in class io.vertx.core.http.impl.ClientHandler |
From |
To |
|
Change Attribute Type poolFactory : Function<SocketAddress,Pool<C>> to poolFactory : Function<SocketAddress,ConnectionPool<C>> in class io.vertx.core.http.impl.ConnectionManager |
From |
To |
|
Change Attribute Type connector : ChannelConnector<C> to connector : ConnectionProvider<C> in class io.vertx.core.http.impl.ConnectionManager |
From |
To |