|
Pull Up Method private activateIdle() : Connection from class org.eclipse.jetty.client.ConnectionPool to private activateIdle() : Connection from class org.eclipse.jetty.client.DuplexConnectionPool |
From |
To |
|
Pull Up Method protected idleCreated(connection Connection) : void from class org.eclipse.jetty.client.ConnectionPool to protected idleCreated(connection Connection) : void from class org.eclipse.jetty.client.DuplexConnectionPool |
From |
To |
|
Pull Up Method public isIdle(connection Connection) : boolean from class org.eclipse.jetty.client.ConnectionPool to public isIdle(connection Connection) : boolean from class org.eclipse.jetty.client.DuplexConnectionPool |
From |
To |
|
Pull Up Method public dump() : String from class org.eclipse.jetty.client.ConnectionPool to public dump() : String from class org.eclipse.jetty.client.DuplexConnectionPool |
From |
To |
|
Pull Up Method public getActiveConnections() : Queue<Connection> from class org.eclipse.jetty.client.ConnectionPool to public getActiveConnections() : Queue<Connection> from class org.eclipse.jetty.client.DuplexConnectionPool |
From |
To |
|
Pull Up Method protected offerIdle(connection Connection) : boolean from class org.eclipse.jetty.client.ConnectionPool to protected offerIdle(connection Connection) : boolean from class org.eclipse.jetty.client.DuplexConnectionPool |
From |
To |
|
Pull Up Method protected lock() : void from class org.eclipse.jetty.client.ConnectionPool to protected lock() : void from class org.eclipse.jetty.client.DuplexConnectionPool |
From |
To |
|
Pull Up Method public isEmpty() : boolean from class org.eclipse.jetty.client.ConnectionPool to public isEmpty() : boolean from class org.eclipse.jetty.client.DuplexConnectionPool |
From |
To |
|
Pull Up Method protected unlock() : void from class org.eclipse.jetty.client.ConnectionPool to protected unlock() : void from class org.eclipse.jetty.client.DuplexConnectionPool |
From |
To |
|
Pull Up Method protected acquired(connection Connection) : void from class org.eclipse.jetty.client.ConnectionPool to protected acquired(connection Connection) : void from class org.eclipse.jetty.client.DuplexConnectionPool |
From |
To |
|
Pull Up Method public getConnectionCount() : int from class org.eclipse.jetty.client.ConnectionPool to public getConnectionCount() : int from class org.eclipse.jetty.client.DuplexConnectionPool |
From |
To |
|
Pull Up Method public getIdleConnectionCount() : int from class org.eclipse.jetty.client.ConnectionPool to public getIdleConnectionCount() : int from class org.eclipse.jetty.client.DuplexConnectionPool |
From |
To |
|
Pull Up Method private tryCreate() : Connection from class org.eclipse.jetty.client.ConnectionPool to private tryCreate() : Connection from class org.eclipse.jetty.client.DuplexConnectionPool |
From |
To |
|
Pull Up Method protected idle(connection Connection, idle boolean) : boolean from class org.eclipse.jetty.client.ConnectionPool to protected idle(connection Connection, idle boolean) : boolean from class org.eclipse.jetty.client.DuplexConnectionPool |
From |
To |
|
Pull Up Method protected remove(connection Connection, force boolean) : boolean from class org.eclipse.jetty.client.ConnectionPool to protected remove(connection Connection, force boolean) : boolean from class org.eclipse.jetty.client.DuplexConnectionPool |
From |
To |
|
Pull Up Method public isActive(connection Connection) : boolean from class org.eclipse.jetty.client.ConnectionPool to public isActive(connection Connection) : boolean from class org.eclipse.jetty.client.DuplexConnectionPool |
From |
To |
|
Pull Up Method protected proceed() : void from class org.eclipse.jetty.client.ConnectionPool to protected proceed() : void from class org.eclipse.jetty.client.DuplexConnectionPool |
From |
To |
|
Pull Up Method public getIdleConnections() : Queue<Connection> from class org.eclipse.jetty.client.ConnectionPool to public getIdleConnections() : Queue<Connection> from class org.eclipse.jetty.client.DuplexConnectionPool |
From |
To |
|
Pull Up Method protected released(connection Connection) : void from class org.eclipse.jetty.client.ConnectionPool to protected released(connection Connection) : void from class org.eclipse.jetty.client.DuplexConnectionPool |
From |
To |
|
Pull Up Method public remove(connection Connection) : boolean from class org.eclipse.jetty.client.ConnectionPool to public remove(connection Connection) : boolean from class org.eclipse.jetty.client.DuplexConnectionPool |
From |
To |
|
Pull Up Method public close() : void from class org.eclipse.jetty.client.ConnectionPool to public close() : void from class org.eclipse.jetty.client.DuplexConnectionPool |
From |
To |
|
Pull Up Method public getActiveConnectionCount() : int from class org.eclipse.jetty.client.ConnectionPool to public getActiveConnectionCount() : int from class org.eclipse.jetty.client.DuplexConnectionPool |
From |
To |
|
Pull Up Method public dump(out Appendable, indent String) : void from class org.eclipse.jetty.client.ConnectionPool to public dump(out Appendable, indent String) : void from class org.eclipse.jetty.client.DuplexConnectionPool |
From |
To |
|
Pull Up Method public release(connection Connection) : boolean from class org.eclipse.jetty.client.ConnectionPool to public release(connection Connection) : boolean from class org.eclipse.jetty.client.DuplexConnectionPool |
From |
To |
|
Pull Up Method public sweep() : boolean from class org.eclipse.jetty.client.ConnectionPool to public sweep() : boolean from class org.eclipse.jetty.client.DuplexConnectionPool |
From |
To |
|
Pull Up Method public toString() : String from class org.eclipse.jetty.client.ConnectionPool to public toString() : String from class org.eclipse.jetty.client.DuplexConnectionPool |
From |
To |
|
Pull Up Method public acquire() : Connection from class org.eclipse.jetty.client.ConnectionPool to public acquire() : Connection from class org.eclipse.jetty.client.DuplexConnectionPool |
From |
To |
|
Pull Up Attribute private requester : Callback from class org.eclipse.jetty.client.ConnectionPool to private requester : Callback from class org.eclipse.jetty.client.DuplexConnectionPool |
From |
To |
|
Pull Up Attribute private LOG : Logger from class org.eclipse.jetty.client.ConnectionPool to private LOG : Logger from class org.eclipse.jetty.client.DuplexConnectionPool |
From |
To |
|
Pull Up Attribute private activeConnections : Queue<Connection> from class org.eclipse.jetty.client.ConnectionPool to private activeConnections : Queue<Connection> from class org.eclipse.jetty.client.DuplexConnectionPool |
From |
To |
|
Pull Up Attribute private lock : ReentrantLock from class org.eclipse.jetty.client.ConnectionPool to private lock : ReentrantLock from class org.eclipse.jetty.client.DuplexConnectionPool |
From |
To |
|
Pull Up Attribute private idleConnections : Deque<Connection> from class org.eclipse.jetty.client.ConnectionPool to private idleConnections : Deque<Connection> from class org.eclipse.jetty.client.DuplexConnectionPool |
From |
To |
|
Pull Up Attribute private maxConnections : int from class org.eclipse.jetty.client.ConnectionPool to private maxConnections : int from class org.eclipse.jetty.client.DuplexConnectionPool |
From |
To |
|
Pull Up Attribute private connectionCount : AtomicInteger from class org.eclipse.jetty.client.ConnectionPool to private connectionCount : AtomicInteger from class org.eclipse.jetty.client.DuplexConnectionPool |
From |
To |
|
Pull Up Attribute private destination : Destination from class org.eclipse.jetty.client.ConnectionPool to private destination : Destination from class org.eclipse.jetty.client.DuplexConnectionPool |
From |
To |
|
Change Variable Type connectionPool : ConnectionPool to connectionPool : DuplexConnectionPool in method public test_BadRequest_WithSlowRequest_RemovesConnection() : void in class org.eclipse.jetty.client.HttpConnectionLifecycleTest |
From |
To |
|
Change Variable Type connectionPool : ConnectionPool to connectionPool : DuplexConnectionPool in method public run() : void in class org.eclipse.jetty.client.HttpClientLoadTest.run.task.schedule |
From |
To |
|
Change Variable Type connectionPool : ConnectionPool to connectionPool : DuplexConnectionPool in method public testFailureBeforeRequestCommit() : void in class org.eclipse.jetty.client.HttpClientFailureTest |
From |
To |
|
Change Variable Type connectionPool : ConnectionPool to connectionPool : DuplexConnectionPool in method public testConnectionForHTTP10ResponseIsRemoved() : void in class org.eclipse.jetty.client.HttpConnectionLifecycleTest |
From |
To |
|
Change Variable Type connectionPool : ConnectionPool to connectionPool : DuplexConnectionPool in method public testAbortOnBegin() : void in class org.eclipse.jetty.client.HttpRequestAbortTest |
From |
To |
|
Change Variable Type connectionPool : ConnectionPool to connectionPool : DuplexConnectionPool in method public testFailureAfterRequestCommit() : void in class org.eclipse.jetty.client.HttpClientFailureTest |
From |
To |
|
Change Variable Type connectionPool : ConnectionPool to connectionPool : DuplexConnectionPool in method public testAbortLongPoll() : void in class org.eclipse.jetty.client.HttpRequestAbortTest |
From |
To |
|
Change Variable Type connectionPool : ConnectionPool to connectionPool : DuplexConnectionPool in method public test_FailedRequest_RemovesConnection() : void in class org.eclipse.jetty.client.HttpConnectionLifecycleTest |
From |
To |
|
Change Variable Type connectionPool : ConnectionPool to connectionPool : DuplexConnectionPool in method private testServerSendsConnectionClose(chunked boolean, content String) : void in class org.eclipse.jetty.client.TLSServerConnectionCloseTest |
From |
To |
|
Change Variable Type connectionPool : ConnectionPool to connectionPool : DuplexConnectionPool in method public testAbortOnHeaders() : void in class org.eclipse.jetty.client.HttpRequestAbortTest |
From |
To |
|
Change Variable Type connectionPool : ConnectionPool to connectionPool : DuplexConnectionPool in method public testExplicitConnectionIsClosedOnRemoteClose() : void in class org.eclipse.jetty.client.HttpClientExplicitConnectionTest |
From |
To |
|
Change Variable Type connectionPool : ConnectionPool to connectionPool : DuplexConnectionPool in method public test_ResponseWithConnectionCloseHeader_RemovesConnection() : void in class org.eclipse.jetty.client.HttpConnectionLifecycleTest |
From |
To |
|
Change Variable Type connectionPool : ConnectionPool to connectionPool : DuplexConnectionPool in method public testAbortOnCommit() : void in class org.eclipse.jetty.client.HttpRequestAbortTest |
From |
To |
|
Change Variable Type connectionPool : ConnectionPool to connectionPool : DuplexConnectionPool in method private testServerSendsConnectionClose(shutdownOutput boolean, chunked boolean, content String) : void in class org.eclipse.jetty.client.ServerConnectionCloseTest |
From |
To |
|
Change Variable Type pool : ConnectionPool to pool : DuplexConnectionPool in method public testUploadDuringServerShutdown() : void in class org.eclipse.jetty.client.HttpClientUploadDuringServerShutdown |
From |
To |
|
Change Variable Type connectionPool : ConnectionPool to connectionPool : DuplexConnectionPool in method public test_BigRequestContent_ResponseWithConnectionCloseHeader_RemovesConnection() : void in class org.eclipse.jetty.client.HttpConnectionLifecycleTest |
From |
To |
|
Change Variable Type connectionPool : ConnectionPool to connectionPool : DuplexConnectionPool in method public testAbortOnQueued() : void in class org.eclipse.jetty.client.HttpRequestAbortTest |
From |
To |
|
Change Variable Type connectionPool : ConnectionPool to connectionPool : DuplexConnectionPool in method public test_ConnectionFailure_RemovesConnection() : void in class org.eclipse.jetty.client.HttpConnectionLifecycleTest |
From |
To |
|
Change Variable Type connectionPool : ConnectionPool to connectionPool : DuplexConnectionPool in method public test_SuccessfulRequest_ReturnsConnection() : void in class org.eclipse.jetty.client.HttpConnectionLifecycleTest |
From |
To |
|
Change Variable Type connectionPool : ConnectionPool to connectionPool : DuplexConnectionPool in method public test_IdleConnection_IsClosed_OnRemoteClose() : void in class org.eclipse.jetty.client.HttpConnectionLifecycleTest |
From |
To |
|
Change Variable Type connectionPool : ConnectionPool to connectionPool : DuplexConnectionPool in method public testAbortOnContent() : void in class org.eclipse.jetty.client.HttpRequestAbortTest |
From |
To |
|
Change Variable Type connectionPool : ConnectionPool to connectionPool : DuplexConnectionPool in method public testStoppingClosesConnections() : void in class org.eclipse.jetty.client.HttpClientTest |
From |
To |
|
Change Variable Type connectionPool : ConnectionPool to connectionPool : DuplexConnectionPool in method public test_BadRequest_RemovesConnection() : void in class org.eclipse.jetty.client.HttpConnectionLifecycleTest |
From |
To |
|
Change Variable Type connectionPool : ConnectionPool to connectionPool : DuplexConnectionPool in method public testExplicitConnection() : void in class org.eclipse.jetty.client.HttpClientExplicitConnectionTest |
From |
To |
|
Change Variable Type connectionPool : ConnectionPool to connectionPool : DuplexConnectionPool in method public testAbortOnCommitWithContent() : void in class org.eclipse.jetty.client.HttpRequestAbortTest |
From |
To |