|
Move Method public writeRawSlowly(buf ByteBuffer, segmentSize int) : void from class org.eclipse.jetty.websocket.common.test.BlockheadClient to public writeRawSlowly(buf ByteBuffer, segmentSize int) : void from class org.eclipse.jetty.websocket.common.test.BlockheadConnection |
From |
To |
|
Move Method public getRemoteSocketAddress() : InetSocketAddress from class org.eclipse.jetty.websocket.common.test.BlockheadClient to public getRemoteSocketAddress() : InetSocketAddress from class org.eclipse.jetty.websocket.common.test.BlockheadConnection |
From |
To |
|
Move Method public getFrameQueue() : LinkedBlockingQueue<WebSocketFrame> from class org.eclipse.jetty.websocket.common.test.BlockheadClient to public getFrameQueue() : LinkedBlockingQueue<WebSocketFrame> from class org.eclipse.jetty.websocket.common.test.BlockheadConnection |
From |
To |
|
Move Method public writeRaw(buf ByteBuffer, numBytes int) : void from class org.eclipse.jetty.websocket.common.test.BlockheadClient to public writeRaw(buf ByteBuffer, numBytes int) : void from class org.eclipse.jetty.websocket.common.test.BlockheadConnection |
From |
To |
|
Move Method public writeRaw(buf ByteBuffer) : void from class org.eclipse.jetty.websocket.common.test.BlockheadClient to public writeRaw(buf ByteBuffer) : void from class org.eclipse.jetty.websocket.common.test.BlockheadConnection |
From |
To |
|
Move Method public write(frame WebSocketFrame) : void from class org.eclipse.jetty.websocket.common.test.BlockheadClient to public write(frame WebSocketFrame) : void from class org.eclipse.jetty.websocket.common.test.BlockheadConnection |
From |
To |
|
Move Method public getLocalSocketAddress() : InetSocketAddress from class org.eclipse.jetty.websocket.common.test.BlockheadClient to public getLocalSocketAddress() : InetSocketAddress from class org.eclipse.jetty.websocket.common.test.BlockheadConnection |
From |
To |
|
Rename Variable client : BlockheadClient to clientConn : BlockheadConnection in method public testIdentityExtension() : void in class org.eclipse.jetty.websocket.server.IdentityExtensionTest |
From |
To |
|
Rename Variable client : IBlockheadClient to clientConn : BlockheadConnection in method private fastClose() : void in class org.eclipse.jetty.websocket.server.WebSocketCloseTest |
From |
To |
|
Rename Variable client : IBlockheadClient to clientConn : BlockheadConnection in method public testNoExtensionsConfigurator() : void in class org.eclipse.jetty.websocket.jsr356.server.ConfiguratorTest |
From |
To |
|
Rename Variable client : BlockheadClient to clientConn : BlockheadConnection in method private testSubProtocol(requestProtocols String, acceptedSubProtocols String) : void in class org.eclipse.jetty.websocket.server.SubProtocolTest |
From |
To |
|
Rename Variable client : IBlockheadClient to clientConn : BlockheadConnection in method public testUniqueUserPropsConfigurator() : void in class org.eclipse.jetty.websocket.jsr356.server.ConfiguratorTest |
From |
To |
|
Rename Variable client : BlockheadClient to clientConn : BlockheadConnection in method public testEcho() : void in class org.eclipse.jetty.websocket.server.WebSocketServletRFCTest |
From |
To |
|
Rename Variable client : BlockheadClient to clientConn : BlockheadConnection in method public testAccessRequestCookies() : void in class org.eclipse.jetty.websocket.server.DecoratorsLegacyTest |
From |
To |
|
Rename Variable client : IBlockheadClient to clientConn : BlockheadConnection in method public testUserPropsAddress() : void in class org.eclipse.jetty.websocket.jsr356.server.ConfiguratorTest |
From |
To |
|
Rename Variable client : IBlockheadClient to clientConn : BlockheadConnection in method public testDisconnect() : void in class org.eclipse.jetty.websocket.server.WebSocketServerSessionTest |
From |
To |
|
Rename Variable client : BlockheadClient to clientConn : BlockheadConnection in method public testNormalConfiguration() : void in class org.eclipse.jetty.websocket.server.WebSocketUpgradeFilterTest |
From |
To |
|
Rename Variable client : BlockheadClient to clientConn : BlockheadConnection in method public testEchoTooBig() : void in class org.eclipse.jetty.websocket.server.AnnotatedMaxMessageSizeTest |
From |
To |
|
Rename Variable client : BlockheadClient to clientConn : BlockheadConnection in method public testStopStartOfHandler() : void in class org.eclipse.jetty.websocket.server.WebSocketUpgradeFilterTest |
From |
To |
|
Rename Variable client : BlockheadClient to clientConn : BlockheadConnection in method public testInternalError() : void in class org.eclipse.jetty.websocket.server.WebSocketServletRFCTest |
From |
To |
|
Rename Variable client : IBlockheadClient to clientConn : BlockheadConnection in method public testUpgradeRequestResponse() : void in class org.eclipse.jetty.websocket.server.WebSocketServerSessionTest |
From |
To |
|
Rename Variable client : BlockheadClient to clientConn : BlockheadConnection in method public testLowercaseUpgrade() : void in class org.eclipse.jetty.websocket.server.WebSocketServletRFCTest |
From |
To |
|
Rename Variable client : IBlockheadClient to clientConn : BlockheadConnection in method private fastClose() : void in class org.eclipse.jetty.websocket.server.ManyConnectionsCleanupTest |
From |
To |
|
Rename Variable client : BlockheadClient to clientConn : BlockheadConnection in method public testDecoderWithProtocol() : void in class org.eclipse.jetty.websocket.jsr356.server.ConfiguratorTest |
From |
To |
|
Rename Variable client : IBlockheadClient to clientConn : BlockheadConnection in method public testAnnotatedRuntimeOnConnect() : void in class org.eclipse.jetty.websocket.server.misbehaving.MisbehavingClassTest |
From |
To |
|
Rename Variable client : BlockheadClient to clientConn : BlockheadConnection in method public testIdleTimeout() : void in class org.eclipse.jetty.websocket.server.IdleTimeoutTest |
From |
To |
|
Rename Variable client : BlockheadClient to clientConn : BlockheadConnection in method public testFragmentExtension() : void in class org.eclipse.jetty.websocket.server.FragmentExtensionTest |
From |
To |
|
Rename Variable client : IBlockheadClient to clientConn : BlockheadConnection in method public testCaptureRequestHeadersConfigurator() : void in class org.eclipse.jetty.websocket.jsr356.server.ConfiguratorTest |
From |
To |
|
Rename Variable client : BlockheadClient to clientConn : BlockheadConnection in method public testEchoGood() : void in class org.eclipse.jetty.websocket.server.AnnotatedMaxMessageSizeTest |
From |
To |
|
Rename Variable client : IBlockheadClient to clientConn : BlockheadConnection in method public testFastFail() : void in class org.eclipse.jetty.websocket.server.WebSocketCloseTest |
From |
To |
|
Rename Variable client : IBlockheadClient to clientConn : BlockheadConnection in method public testOpenSessionCleanup() : void in class org.eclipse.jetty.websocket.server.WebSocketCloseTest |
From |
To |
|
Rename Variable client : BlockheadClient to clientConn : BlockheadConnection in method public testBinaryAggregate() : void in class org.eclipse.jetty.websocket.server.WebSocketServletRFCTest |
From |
To |
|
Rename Variable client : IBlockheadClient to clientConn : BlockheadConnection in method private fastFail() : void in class org.eclipse.jetty.websocket.server.WebSocketCloseTest |
From |
To |
|
Rename Variable client : IBlockheadClient to clientConn : BlockheadConnection in method public testProtocol_LowercaseHeader() : void in class org.eclipse.jetty.websocket.jsr356.server.ConfiguratorTest |
From |
To |
|
Rename Variable client : BlockheadClient to clientConn : BlockheadConnection in method public testAccessRequestCookies() : void in class org.eclipse.jetty.websocket.server.DecoratorsTest |
From |
To |
|
Rename Variable client : BlockheadClient to clientConn : BlockheadConnection in method public testUpgradeWithWebkitDeflateExtension() : void in class org.eclipse.jetty.websocket.server.ChromeTest |
From |
To |
|
Rename Variable client : BlockheadClient to clientConn : BlockheadConnection in method public testTextNotUTF8() : void in class org.eclipse.jetty.websocket.server.WebSocketServletRFCTest |
From |
To |
|
Rename Variable client : IBlockheadClient to clientConn : BlockheadConnection in method public testProtocol_Triple() : void in class org.eclipse.jetty.websocket.jsr356.server.ConfiguratorTest |
From |
To |
|
Rename Variable client : IBlockheadClient to clientConn : BlockheadConnection in method public testFastClose() : void in class org.eclipse.jetty.websocket.server.WebSocketCloseTest |
From |
To |
|
Rename Variable client : IBlockheadClient to conn : BlockheadConnection in method public testConnectionKeepAlive() : void in class org.eclipse.jetty.websocket.server.FirefoxTest |
From |
To |
|
Rename Variable client : IBlockheadClient to clientConn : BlockheadConnection in method public testProtocol_AltHeaderCase() : void in class org.eclipse.jetty.websocket.jsr356.server.ConfiguratorTest |
From |
To |
|
Rename Variable client : IBlockheadClient to clientConn : BlockheadConnection in method public testProtocol_Single() : void in class org.eclipse.jetty.websocket.jsr356.server.ConfiguratorTest |
From |
To |
|
Rename Variable client : IBlockheadClient to clientConn : BlockheadConnection in method public testOpenSessionCleanup() : void in class org.eclipse.jetty.websocket.server.ManyConnectionsCleanupTest |
From |
To |
|
Rename Variable client : IBlockheadClient to clientConn : BlockheadConnection in method public testListenerRuntimeOnConnect() : void in class org.eclipse.jetty.websocket.server.misbehaving.MisbehavingClassTest |
From |
To |
|
Rename Variable client : BlockheadClient to clientConn : BlockheadConnection in method public testSuspendResume() : void in class org.eclipse.jetty.websocket.server.SuspendResumeTest |
From |
To |
|
Rename Variable client : IBlockheadClient to clientConn : BlockheadConnection in method private fastFail() : void in class org.eclipse.jetty.websocket.server.ManyConnectionsCleanupTest |
From |
To |
|
Rename Variable frame1 : TextFrame to frame : TextFrame in method private createInitialPacket(msgs String...) : ByteBuffer in class org.eclipse.jetty.websocket.server.TooFastClientTest |
From |
To |
|
Rename Variable client : BlockheadClient to clientConn : BlockheadConnection in method public testUppercaseUpgrade() : void in class org.eclipse.jetty.websocket.server.WebSocketServletRFCTest |
From |
To |
|
Change Variable Type client : BlockheadClient to clientConn : BlockheadConnection in method public testUpgradeWithWebkitDeflateExtension() : void in class org.eclipse.jetty.websocket.server.ChromeTest |
From |
To |
|
Change Variable Type client : IBlockheadClient to clientConn : BlockheadConnection in method public testNoExtensionsConfigurator() : void in class org.eclipse.jetty.websocket.jsr356.server.ConfiguratorTest |
From |
To |
|
Change Variable Type client : BlockheadClient to clientConn : BlockheadConnection in method public testAccessRequestCookies() : void in class org.eclipse.jetty.websocket.server.DecoratorsLegacyTest |
From |
To |
|
Change Variable Type client : IBlockheadClient to clientConn : BlockheadConnection in method public testProtocol_Triple() : void in class org.eclipse.jetty.websocket.jsr356.server.ConfiguratorTest |
From |
To |
|
Change Variable Type client : IBlockheadClient to clientConn : BlockheadConnection in method public testUserPropsAddress() : void in class org.eclipse.jetty.websocket.jsr356.server.ConfiguratorTest |
From |
To |
|
Change Variable Type client : BlockheadClient to clientConn : BlockheadConnection in method public testStopStartOfHandler() : void in class org.eclipse.jetty.websocket.server.WebSocketUpgradeFilterTest |
From |
To |
|
Change Variable Type client : IBlockheadClient to conn : BlockheadConnection in method public testConnectionKeepAlive() : void in class org.eclipse.jetty.websocket.server.FirefoxTest |
From |
To |
|
Change Variable Type client : BlockheadClient to clientConn : BlockheadConnection in method public testInternalError() : void in class org.eclipse.jetty.websocket.server.WebSocketServletRFCTest |
From |
To |
|
Change Variable Type client : IBlockheadClient to clientConn : BlockheadConnection in method public testProtocol_Single() : void in class org.eclipse.jetty.websocket.jsr356.server.ConfiguratorTest |
From |
To |
|
Change Variable Type client : IBlockheadClient to clientConn : BlockheadConnection in method public testOpenSessionCleanup() : void in class org.eclipse.jetty.websocket.server.ManyConnectionsCleanupTest |
From |
To |
|
Change Variable Type client : IBlockheadClient to clientConn : BlockheadConnection in method public testListenerRuntimeOnConnect() : void in class org.eclipse.jetty.websocket.server.misbehaving.MisbehavingClassTest |
From |
To |
|
Change Variable Type client : BlockheadClient to clientConn : BlockheadConnection in method public testDecoderWithProtocol() : void in class org.eclipse.jetty.websocket.jsr356.server.ConfiguratorTest |
From |
To |
|
Change Variable Type client : IBlockheadClient to clientConn : BlockheadConnection in method public testAnnotatedRuntimeOnConnect() : void in class org.eclipse.jetty.websocket.server.misbehaving.MisbehavingClassTest |
From |
To |
|
Change Variable Type client : BlockheadClient to clientConn : BlockheadConnection in method public testFragmentExtension() : void in class org.eclipse.jetty.websocket.server.FragmentExtensionTest |
From |
To |
|
Change Variable Type client : BlockheadClient to clientConn : BlockheadConnection in method public testIdleTimeout() : void in class org.eclipse.jetty.websocket.server.IdleTimeoutTest |
From |
To |
|
Change Variable Type client : BlockheadClient to clientConn : BlockheadConnection in method public testUppercaseUpgrade() : void in class org.eclipse.jetty.websocket.server.WebSocketServletRFCTest |
From |
To |
|
Change Variable Type client : IBlockheadClient to clientConn : BlockheadConnection in method private fastClose() : void in class org.eclipse.jetty.websocket.server.WebSocketCloseTest |
From |
To |
|
Change Variable Type client : BlockheadClient to clientConn : BlockheadConnection in method public testBinaryAggregate() : void in class org.eclipse.jetty.websocket.server.WebSocketServletRFCTest |
From |
To |
|
Change Variable Type client : IBlockheadClient to clientConn : BlockheadConnection in method private fastFail() : void in class org.eclipse.jetty.websocket.server.WebSocketCloseTest |
From |
To |
|
Change Variable Type client : BlockheadClient to clientConn : BlockheadConnection in method public testAccessRequestCookies() : void in class org.eclipse.jetty.websocket.server.DecoratorsTest |
From |
To |
|
Change Variable Type client : IBlockheadClient to clientConn : BlockheadConnection in method public testProtocol_LowercaseHeader() : void in class org.eclipse.jetty.websocket.jsr356.server.ConfiguratorTest |
From |
To |
|
Change Variable Type client : BlockheadClient to clientConn : BlockheadConnection in method public testTextNotUTF8() : void in class org.eclipse.jetty.websocket.server.WebSocketServletRFCTest |
From |
To |
|
Change Variable Type client : BlockheadClient to clientConn : BlockheadConnection in method private testSubProtocol(requestProtocols String, acceptedSubProtocols String) : void in class org.eclipse.jetty.websocket.server.SubProtocolTest |
From |
To |
|
Change Variable Type client : IBlockheadClient to clientConn : BlockheadConnection in method public testUniqueUserPropsConfigurator() : void in class org.eclipse.jetty.websocket.jsr356.server.ConfiguratorTest |
From |
To |
|
Change Variable Type client : BlockheadClient to clientConn : BlockheadConnection in method public testEcho() : void in class org.eclipse.jetty.websocket.server.WebSocketServletRFCTest |
From |
To |
|
Change Variable Type client : IBlockheadClient to clientConn : BlockheadConnection in method public testDisconnect() : void in class org.eclipse.jetty.websocket.server.WebSocketServerSessionTest |
From |
To |
|
Change Variable Type client : BlockheadClient to clientConn : BlockheadConnection in method public testNormalConfiguration() : void in class org.eclipse.jetty.websocket.server.WebSocketUpgradeFilterTest |
From |
To |
|
Change Variable Type client : IBlockheadClient to clientConn : BlockheadConnection in method public testFastClose() : void in class org.eclipse.jetty.websocket.server.WebSocketCloseTest |
From |
To |
|
Change Variable Type client : BlockheadClient to clientConn : BlockheadConnection in method public testEchoTooBig() : void in class org.eclipse.jetty.websocket.server.AnnotatedMaxMessageSizeTest |
From |
To |
|
Change Variable Type client : IBlockheadClient to clientConn : BlockheadConnection in method public testProtocol_AltHeaderCase() : void in class org.eclipse.jetty.websocket.jsr356.server.ConfiguratorTest |
From |
To |
|
Change Variable Type client : IBlockheadClient to clientConn : BlockheadConnection in method public testUpgradeRequestResponse() : void in class org.eclipse.jetty.websocket.server.WebSocketServerSessionTest |
From |
To |
|
Change Variable Type client : BlockheadClient to clientConn : BlockheadConnection in method public testLowercaseUpgrade() : void in class org.eclipse.jetty.websocket.server.WebSocketServletRFCTest |
From |
To |
|
Change Variable Type client : IBlockheadClient to clientConn : BlockheadConnection in method private fastClose() : void in class org.eclipse.jetty.websocket.server.ManyConnectionsCleanupTest |
From |
To |
|
Change Variable Type client : BlockheadClient to clientConn : BlockheadConnection in method public testSuspendResume() : void in class org.eclipse.jetty.websocket.server.SuspendResumeTest |
From |
To |
|
Change Variable Type client : IBlockheadClient to clientConn : BlockheadConnection in method private fastFail() : void in class org.eclipse.jetty.websocket.server.ManyConnectionsCleanupTest |
From |
To |
|
Change Variable Type client : IBlockheadClient to clientConn : BlockheadConnection in method public testCaptureRequestHeadersConfigurator() : void in class org.eclipse.jetty.websocket.jsr356.server.ConfiguratorTest |
From |
To |
|
Change Variable Type client : BlockheadClient to clientConn : BlockheadConnection in method public testEchoGood() : void in class org.eclipse.jetty.websocket.server.AnnotatedMaxMessageSizeTest |
From |
To |
|
Change Variable Type client : IBlockheadClient to clientConn : BlockheadConnection in method public testOpenSessionCleanup() : void in class org.eclipse.jetty.websocket.server.WebSocketCloseTest |
From |
To |
|
Change Variable Type client : IBlockheadClient to clientConn : BlockheadConnection in method public testFastFail() : void in class org.eclipse.jetty.websocket.server.WebSocketCloseTest |
From |
To |
|
Change Variable Type client : BlockheadClient to clientConn : BlockheadConnection in method public testIdentityExtension() : void in class org.eclipse.jetty.websocket.server.IdentityExtensionTest |
From |
To |