|
Move Method private internalConnect(clientContext ContextImpl, port int, host String, connectHandler Handler<ClientConnection>, connectErrorHandler Handler<Throwable>, listener ConnectionLifeCycleListener) : void from class io.vertx.core.http.impl.HttpClientImpl to protected internalConnect(host String, port int, connectHandler Handler<ClientConnection>, connectErrorHandler Handler<Throwable>, clientContext ContextImpl, listener ConnectionLifeCycleListener) : void from class io.vertx.core.http.impl.Http1ConnectionManager |
From |
To |
|
Move Method private connected(context ContextImpl, port int, host String, ch Channel, connectHandler Handler<ClientConnection>, exceptionHandler Handler<Throwable>, listener ConnectionLifeCycleListener) : void from class io.vertx.core.http.impl.HttpClientImpl to private connected(context ContextImpl, port int, host String, ch Channel, connectHandler Handler<ClientConnection>, exceptionHandler Handler<Throwable>, listener ConnectionLifeCycleListener) : void from class io.vertx.core.http.impl.Http1ConnectionManager |
From |
To |
|
Move Method private applyConnectionOptions(bootstrap Bootstrap) : void from class io.vertx.core.http.impl.HttpClientImpl to package applyConnectionOptions(options HttpClientOptions, bootstrap Bootstrap) : void from class io.vertx.core.http.impl.ConnectionManager |
From |
To |
|
Move Method private connectionFailed(context ContextImpl, ch Channel, connectionExceptionHandler Handler<Throwable>, t Throwable, listener ConnectionLifeCycleListener) : void from class io.vertx.core.http.impl.HttpClientImpl to private connectionFailed(context ContextImpl, ch Channel, connectionExceptionHandler Handler<Throwable>, t Throwable, listener ConnectionLifeCycleListener) : void from class io.vertx.core.http.impl.Http1ConnectionManager |
From |
To |
|
Move Method package removeChannel(channel Channel) : void from class io.vertx.core.http.impl.HttpClientImpl to package removeChannel(channel Channel) : void from class io.vertx.core.http.impl.Http1ConnectionManager |
From |
To |
|
Move Method private createConn(context ContextImpl, port int, host String, ch Channel, connectHandler Handler<ClientConnection>, exceptionHandler Handler<Throwable>, listener ConnectionLifeCycleListener) : void from class io.vertx.core.http.impl.HttpClientImpl to private createConn(context ContextImpl, port int, host String, ch Channel, connectHandler Handler<ClientConnection>, exceptionHandler Handler<Throwable>, listener ConnectionLifeCycleListener) : void from class io.vertx.core.http.impl.Http1ConnectionManager |
From |
To |
|
Push Down Attribute private connQueues : Map<TargetAddress,ConnQueue> from class io.vertx.core.http.impl.ConnectionManager to private connQueues : Map<TargetAddress,ConnQueue> from class io.vertx.core.http.impl.Http1ConnectionManager |
From |
To |
|
Push Down Attribute private keepAlive : boolean from class io.vertx.core.http.impl.ConnectionManager to private keepAlive : boolean from class io.vertx.core.http.impl.Http1ConnectionManager |
From |
To |
|
Push Down Attribute private pipelining : boolean from class io.vertx.core.http.impl.ConnectionManager to private pipelining : boolean from class io.vertx.core.http.impl.Http1ConnectionManager |
From |
To |
|
Push Down Attribute private maxWaitQueueSize : int from class io.vertx.core.http.impl.ConnectionManager to private maxWaitQueueSize : int from class io.vertx.core.http.impl.Http1ConnectionManager |
From |
To |
|
Push Down Attribute private log : Logger from class io.vertx.core.http.impl.ConnectionManager to private log : Logger from class io.vertx.core.http.impl.Http1ConnectionManager |
From |
To |
|
Push Down Attribute private maxSockets : int from class io.vertx.core.http.impl.ConnectionManager to private maxSockets : int from class io.vertx.core.http.impl.Http1ConnectionManager |
From |
To |