|
Change Variable Type activeConnections : Queue<Connection> to activeConnections : Collection<Connection> in method public test_IdleConnection_IsClosed_OnRemoteClose() : void in class org.eclipse.jetty.client.HttpConnectionLifecycleTest |
From |
To |
|
Change Variable Type activeConnections : Queue<Connection> to activeConnections : Collection<Connection> in method public test_BadRequest_WithSlowRequest_RemovesConnection() : void in class org.eclipse.jetty.client.HttpConnectionLifecycleTest |
From |
To |
|
Change Variable Type activeConnections : Queue<Connection> to activeConnections : Collection<Connection> in method public test_ConnectionFailure_RemovesConnection() : void in class org.eclipse.jetty.client.HttpConnectionLifecycleTest |
From |
To |
|
Change Variable Type idleConnections : Queue<Connection> to idleConnections : Collection<Connection> in method public test_IdleConnection_IsClosed_OnRemoteClose() : void in class org.eclipse.jetty.client.HttpConnectionLifecycleTest |
From |
To |
|
Change Variable Type activeConnections : Queue<Connection> to activeConnections : Collection<Connection> in method public testConnectionForHTTP10ResponseIsRemoved() : void in class org.eclipse.jetty.client.HttpConnectionLifecycleTest |
From |
To |
|
Change Variable Type activeConnections : Queue<Connection> to activeConnections : Collection<Connection> in method public test_SuccessfulRequest_ReturnsConnection() : void in class org.eclipse.jetty.client.HttpConnectionLifecycleTest |
From |
To |
|
Change Variable Type idleConnections : Queue<Connection> to idleConnections : Collection<Connection> in method public test_ConnectionFailure_RemovesConnection() : void in class org.eclipse.jetty.client.HttpConnectionLifecycleTest |
From |
To |
|
Change Variable Type idleConnections : Queue<Connection> to idleConnections : Collection<Connection> in method public testConnectionForHTTP10ResponseIsRemoved() : void in class org.eclipse.jetty.client.HttpConnectionLifecycleTest |
From |
To |
|
Change Variable Type idleConnections : Queue<Connection> to idleConnections : Collection<Connection> in method public test_SuccessfulRequest_ReturnsConnection() : void in class org.eclipse.jetty.client.HttpConnectionLifecycleTest |
From |
To |
|
Change Variable Type activeConnections : Queue<Connection> to activeConnections : Collection<Connection> in method public test_ResponseWithConnectionCloseHeader_RemovesConnection() : void in class org.eclipse.jetty.client.HttpConnectionLifecycleTest |
From |
To |
|
Change Variable Type activeConnections : Queue<Connection> to activeConnections : Collection<Connection> in method public test_BadRequest_RemovesConnection() : void in class org.eclipse.jetty.client.HttpConnectionLifecycleTest |
From |
To |
|
Change Variable Type idleConnections : Queue<Connection> to idleConnections : Collection<Connection> in method public test_BadRequest_WithSlowRequest_RemovesConnection() : void in class org.eclipse.jetty.client.HttpConnectionLifecycleTest |
From |
To |
|
Change Variable Type idleConnections : Queue<Connection> to idleConnections : Collection<Connection> in method public test_ResponseWithConnectionCloseHeader_RemovesConnection() : void in class org.eclipse.jetty.client.HttpConnectionLifecycleTest |
From |
To |
|
Change Variable Type activeConnections : Queue<Connection> to activeConnections : Collection<Connection> in method public test_BigRequestContent_ResponseWithConnectionCloseHeader_RemovesConnection() : void in class org.eclipse.jetty.client.HttpConnectionLifecycleTest |
From |
To |
|
Change Variable Type activeConnections : Queue<Connection> to activeConnections : Collection<Connection> in method public test_FailedRequest_RemovesConnection() : void in class org.eclipse.jetty.client.HttpConnectionLifecycleTest |
From |
To |
|
Change Variable Type idleConnections : Queue<Connection> to idleConnections : Collection<Connection> in method public test_BigRequestContent_ResponseWithConnectionCloseHeader_RemovesConnection() : void in class org.eclipse.jetty.client.HttpConnectionLifecycleTest |
From |
To |
|
Change Variable Type idleConnections : Queue<Connection> to idleConnections : Collection<Connection> in method public test_FailedRequest_RemovesConnection() : void in class org.eclipse.jetty.client.HttpConnectionLifecycleTest |
From |
To |
|
Pull Up Method public acquire() : Connection from class org.eclipse.jetty.client.DuplexConnectionPool to public acquire() : Connection from class org.eclipse.jetty.client.AbstractConnectionPool |
From |
To |
|
Pull Up Method public isEmpty() : boolean from class org.eclipse.jetty.client.DuplexConnectionPool to public isEmpty() : boolean from class org.eclipse.jetty.client.AbstractConnectionPool |
From |
To |
|
Pull Up Method protected proceed() : void from class org.eclipse.jetty.client.DuplexConnectionPool to protected proceed() : void from class org.eclipse.jetty.client.AbstractConnectionPool |
From |
To |
|
Pull Up Method private tryCreate() : Connection from class org.eclipse.jetty.client.DuplexConnectionPool to private tryCreate() : Connection from class org.eclipse.jetty.client.AbstractConnectionPool |
From |
To |
|
Pull Up Method public dump() : String from class org.eclipse.jetty.client.DuplexConnectionPool to public dump() : String from class org.eclipse.jetty.client.AbstractConnectionPool |
From |
To |
|
Pull Up Method protected idle(connection Connection, idle boolean) : boolean from class org.eclipse.jetty.client.DuplexConnectionPool to protected idle(connection Connection, close boolean) : boolean from class org.eclipse.jetty.client.AbstractConnectionPool |
From |
To |
|
Pull Up Method protected doStop() : void from class org.eclipse.jetty.client.PoolingHttpDestination to protected doStop() : void from class org.eclipse.jetty.client.HttpDestination |
From |
To |
|
Pull Up Method public getConnectionCount() : int from class org.eclipse.jetty.client.DuplexConnectionPool to public getConnectionCount() : int from class org.eclipse.jetty.client.AbstractConnectionPool |
From |
To |
|
Pull Up Method protected doStart() : void from class org.eclipse.jetty.client.PoolingHttpDestination to protected doStart() : void from class org.eclipse.jetty.client.HttpDestination |
From |
To |
|
Pull Up Method public failed(x Throwable) : void from class org.eclipse.jetty.client.PoolingHttpDestination to public failed(x Throwable) : void from class org.eclipse.jetty.client.HttpDestination |
From |
To |
|
Pull Up Method private process() : void from class org.eclipse.jetty.client.PoolingHttpDestination to private process() : void from class org.eclipse.jetty.client.HttpDestination |
From |
To |
|
Pull Up Method protected acquired(connection Connection) : void from class org.eclipse.jetty.client.DuplexConnectionPool to protected acquired(connection Connection) : void from class org.eclipse.jetty.client.AbstractConnectionPool |
From |
To |
|
Pull Up Method public send() : void from class org.eclipse.jetty.client.PoolingHttpDestination to public send() : void from class org.eclipse.jetty.client.HttpDestination |
From |
To |
|
Pull Up Method public close(connection Connection) : void from class org.eclipse.jetty.client.PoolingHttpDestination to public close(connection Connection) : void from class org.eclipse.jetty.client.HttpDestination |
From |
To |
|
Pull Up Method public release(c Connection) : void from class org.eclipse.jetty.client.PoolingHttpDestination to public release(connection Connection) : void from class org.eclipse.jetty.client.HttpDestination |
From |
To |
|
Pull Up Method public process(connection C) : void from class org.eclipse.jetty.client.PoolingHttpDestination to public process(connection Connection) : void from class org.eclipse.jetty.client.HttpDestination |
From |
To |
|
Pull Up Method protected released(connection Connection) : void from class org.eclipse.jetty.client.DuplexConnectionPool to protected released(connection Connection) : void from class org.eclipse.jetty.client.AbstractConnectionPool |
From |
To |
|
Pull Up Method public failed(x Throwable) : void from class org.eclipse.jetty.client.MultiplexHttpDestination to public failed(x Throwable) : void from class org.eclipse.jetty.client.HttpDestination |
From |
To |
|
Pull Up Method public succeeded() : void from class org.eclipse.jetty.client.PoolingHttpDestination to public succeeded() : void from class org.eclipse.jetty.client.HttpDestination |
From |
To |