|
Pull Up Method package Http1ConnectionManager(client HttpClientImpl) from class io.vertx.core.http.impl.Http1ConnectionManager to package ConnectionManager(client HttpClientImpl) from class io.vertx.core.http.impl.ConnectionManager |
From |
To |
|
Pull Up Method public close() : void from class io.vertx.core.http.impl.Http1ConnectionManager to public close() : void from class io.vertx.core.http.impl.ConnectionManager |
From |
To |
|
Pull Up Method package removeChannel(channel Channel) : void from class io.vertx.core.http.impl.Http1ConnectionManager to package removeChannel(channel Channel) : void from class io.vertx.core.http.impl.ConnectionManager |
From |
To |
|
Pull Up Method public getConnection(port int, host String, handler Handler<HttpClientStream>, connectionExceptionHandler Handler<Throwable>, context ContextImpl, canceled BooleanSupplier) : void from class io.vertx.core.http.impl.Http1ConnectionManager to public getConnection(port int, host String, req HttpClientRequestImpl, handler Handler<HttpClientStream>, connectionExceptionHandler Handler<Throwable>, context ContextImpl, canceled BooleanSupplier) : void from class io.vertx.core.http.impl.ConnectionManager |
From |
To |
|
Change Parameter Type manager : Http1ConnectionManager to manager : ConnectionManager in method package ClientConnection(manager ConnectionManager, vertx VertxInternal, client HttpClientImpl, exceptionHandler Handler<Throwable>, channel Channel, ssl boolean, host String, port int, context ContextImpl, listener ConnectionManager.Http1xPool, metrics HttpClientMetrics) in class io.vertx.core.http.impl.ClientConnection |
From |
To |
|
Change Parameter Type listener : ConnectionLifeCycleListener to listener : ConnectionManager.Http1xPool in method package ClientConnection(manager ConnectionManager, vertx VertxInternal, client HttpClientImpl, exceptionHandler Handler<Throwable>, channel Channel, ssl boolean, host String, port int, context ContextImpl, listener ConnectionManager.Http1xPool, metrics HttpClientMetrics) in class io.vertx.core.http.impl.ClientConnection |
From |
To |
|
Pull Up Attribute private sslHelper : SSLHelper from class io.vertx.core.http.impl.Http1ConnectionManager to private sslHelper : SSLHelper from class io.vertx.core.http.impl.ConnectionManager |
From |
To |
|
Pull Up Attribute private options : HttpClientOptions from class io.vertx.core.http.impl.Http1ConnectionManager to private options : HttpClientOptions from class io.vertx.core.http.impl.ConnectionManager |
From |
To |
|
Pull Up Attribute private vertx : VertxInternal from class io.vertx.core.http.impl.Http1ConnectionManager to private vertx : VertxInternal from class io.vertx.core.http.impl.ConnectionManager |
From |
To |
|
Pull Up Attribute private log : Logger from class io.vertx.core.http.impl.Http1ConnectionManager to private log : Logger from class io.vertx.core.http.impl.ConnectionManager |
From |
To |
|
Pull Up Attribute private connectionMap : Map<Channel,ClientConnection> from class io.vertx.core.http.impl.Http1ConnectionManager to private connectionMap : Map<Channel,ClientConnection> from class io.vertx.core.http.impl.ConnectionManager |
From |
To |
|
Pull Up Attribute private keepAlive : boolean from class io.vertx.core.http.impl.Http1ConnectionManager to private keepAlive : boolean from class io.vertx.core.http.impl.ConnectionManager |
From |
To |
|
Pull Up Attribute private pipelining : boolean from class io.vertx.core.http.impl.Http1ConnectionManager to private pipelining : boolean from class io.vertx.core.http.impl.ConnectionManager |
From |
To |
|
Pull Up Attribute private client : HttpClientImpl from class io.vertx.core.http.impl.Http1ConnectionManager to private client : HttpClientImpl from class io.vertx.core.http.impl.ConnectionManager |
From |
To |
|
Pull Up Attribute private connQueues : Map<TargetAddress,ConnQueue> from class io.vertx.core.http.impl.Http1ConnectionManager to private connQueues : Map<TargetAddress,ConnQueue> from class io.vertx.core.http.impl.ConnectionManager |
From |
To |
|
Pull Up Attribute private maxWaitQueueSize : int from class io.vertx.core.http.impl.Http1ConnectionManager to private maxWaitQueueSize : int from class io.vertx.core.http.impl.ConnectionManager |
From |
To |