jetty.project/tests
Joakim Erdfelt 8dba440317 Issue #3279 - WebSocket Close Refactoring
+ FrameFlusher "close" frames are detected during
  enqueue and sets the state properly for failing
  other frames after it
+ Moving away from Blockhead(Client|Server) to using actual implementations
+ Moved tests to /jetty-websocket-tests/ to be able to use actual impl
  for both sides of testcase (client and server)
+ Corrected FrameFlusher terminate/close to not fail the close frame
  itself, but only frames that arrive AFTER the close frame.
+ Moving WebSocketCloseTest to jetty-websocket-tests to avoid
  using BlockheadClient / BlockheadServer in testing
+ Cleanup of unnecessary modifiers on interface
+ Logging error if @OnWebSocketError is undeclared
+ IOState removed
+ New ConnectionState tracks connection basics in a simpler
  method then IOState did.
+ No tracking of Remote close initiated (not needed)
+ IncomingFrames.incomingError() removed
+ Session delegates to Connection for all state changes
+ Errors can be communicated to application multiple times
+ Close is only communicated once

Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2019-02-15 10:07:24 -05:00
..
test-continuation Happy new year!! (#3232) 2019-01-01 11:52:16 +10:00
test-distribution Issue #3343 - Add an API/tools to be able to test Jetty Distribution. 2019-02-12 19:21:43 +01:00
test-http-client-transport Issue #3049 - Warn on common SslContextFactory problematic configurations. 2019-01-31 16:51:20 +01:00
test-integration Issue #3279 - WebSocket Close Refactoring 2019-02-15 10:07:24 -05:00
test-jmx Happy new year!! (#3232) 2019-01-01 11:52:16 +10:00
test-loginservice Happy new year!! (#3232) 2019-01-01 11:52:16 +10:00
test-quickstart Happy new year!! (#3232) 2019-01-01 11:52:16 +10:00
test-sessions Happy new year!! (#3232) 2019-01-01 11:52:16 +10:00
test-webapps Issue #3343 add api/tools to test jetty distribution 2019-02-11 20:07:48 +10:00
pom.xml Issue #3343 add api/tools to test jetty distribution 2019-02-11 20:07:48 +10:00