Skip to content

Commit

Permalink
Issue jetty#3165 - Redesign on the WebSocketProxy
Browse files Browse the repository at this point in the history
- Redesigned the proxy into a new class called WebSocketProxy containing
a Client2Proxy FrameHandler and a Server2Proxy FrameHandler

- WebSocketProxy uses synchronized blocks with an enum state instead
of the previous compare and sets

- Created a new test similar to ProxyFrameHandlerTest to test the new
WebSocketProxy

Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
  • Loading branch information
lachlan-roberts committed Feb 13, 2019
1 parent 05a3655 commit 7abd622
Show file tree
Hide file tree
Showing 2 changed files with 636 additions and 0 deletions.
Loading

0 comments on commit 7abd622

Please sign in to comment.