Joakim Erdfelt
|
63ead191bf
|
Using connector.getByteBufferPool() vs creating a new pool per WebSocketAsyncConnection
|
2012-07-02 08:54:42 -07:00 |
Joakim Erdfelt
|
beca3f9bd0
|
Renaming AsyncWebSocketConnection to WebSocketAsyncConnection per discussion
|
2012-07-02 08:51:37 -07:00 |
Joakim Erdfelt
|
9f23e89756
|
Switching from websocket uri to http uri to use uri.port defaults around http specific scheme more appropriately
|
2012-07-02 07:23:55 -07:00 |
Joakim Erdfelt
|
990eba7ef4
|
Fixing javadoc
|
2012-07-02 07:12:31 -07:00 |
Joakim Erdfelt
|
39d8cd1b27
|
Overhauling CloseException to terminate the connection when encountered
|
2012-06-29 15:56:08 -07:00 |
Joakim Erdfelt
|
16d366e427
|
Merge branch 'jetty-9' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project into jetty-9
|
2012-06-29 15:12:11 -07:00 |
Joakim Erdfelt
|
0a301b153e
|
Adding ability to issue close(SERVER_ERROR) on unhandled exception during parse/notify flows
|
2012-06-29 15:12:05 -07:00 |
Jesse McConnell
|
e86a3a400e
|
connection cased invalid status code response tests
|
2012-06-29 17:10:19 -05:00 |
Joakim Erdfelt
|
3fa89ea577
|
Fixing buffer flip logic
|
2012-06-29 13:00:08 -07:00 |
Jesse McConnell
|
ce90b8581b
|
shorthand notation for g and p
|
2012-06-29 14:30:50 -05:00 |
Joakim Erdfelt
|
e47c47f071
|
Fixing endpoint.fillInterested() missing piece
|
2012-06-29 12:11:00 -07:00 |
Joakim Erdfelt
|
9011b0713d
|
Adding more logging
|
2012-06-29 12:05:15 -07:00 |
Joakim Erdfelt
|
b748ff0bea
|
Fixing src/test/resources mistakes
|
2012-06-29 11:56:22 -07:00 |
Joakim Erdfelt
|
cd3c47ef0e
|
Attempting to get AsyncWebSocketConnection to actually get a onFillable() call
|
2012-06-29 11:04:38 -07:00 |
Joakim Erdfelt
|
f28324e31a
|
Initial pass at BlockheadClient and SimpleServletServer to aid in unit testing
|
2012-06-29 10:08:10 -07:00 |
Joakim Erdfelt
|
9de009c1b2
|
Fixing failed upgrade due to invalid request websocket version
|
2012-06-29 09:12:59 -07:00 |
Joakim Erdfelt
|
e30e5976b4
|
Fixing failed upgrade due to invalid request websocket version
|
2012-06-29 09:12:55 -07:00 |
Joakim Erdfelt
|
f56b2acd8d
|
Removing old WebSocket interface API and fixing build failures as result
|
2012-06-28 15:30:29 -07:00 |
Joakim Erdfelt
|
d2561acde4
|
Fleshing out the write methods on AsyncWebSocketConnection
|
2012-06-28 15:07:39 -07:00 |
Joakim Erdfelt
|
deef1a3ac1
|
First pass at WebSocketEventDriver with tests
|
2012-06-28 11:59:15 -07:00 |
Joakim Erdfelt
|
08796a7b37
|
Working EventMethod/EventMethods/EventMethodsCache with tests
|
2012-06-27 17:04:37 -07:00 |
Joakim Erdfelt
|
5c9a3d4bd3
|
API cleanup
|
2012-06-27 13:49:27 -07:00 |
Joakim Erdfelt
|
1e0752f5c8
|
More work towards API (this time on the server side)
|
2012-06-27 12:42:17 -07:00 |
Joakim Erdfelt
|
e32249c24f
|
Fixing old testcase as fallout from API updates
|
2012-06-26 16:36:38 -07:00 |
Joakim Erdfelt
|
e1488f8c92
|
Cleaning up websocket-server module
|
2012-06-26 12:15:21 -07:00 |
Jesse McConnell
|
604f700a82
|
revert change
|
2012-06-26 13:52:20 -05:00 |
Jesse McConnell
|
9a9d24ecff
|
binary tests akin to previous text frame tests
|
2012-06-26 13:48:25 -05:00 |
Joakim Erdfelt
|
f9ef423be2
|
Eliminating the BufferPool management from the Generator as that's the wrong level to be managing BufferPool.release()
|
2012-06-26 11:10:29 -07:00 |
Joakim Erdfelt
|
79a47e7bcf
|
Now that Connection:Upgrade response header does its thing, re-enabling test for it in websocket
|
2012-06-26 09:01:29 -07:00 |
Joakim Erdfelt
|
970d0764f7
|
Working towards a happy websocket-server connection + handshake
|
2012-06-25 13:48:05 -07:00 |
Joakim Erdfelt
|
1a73c74d96
|
Fixing generator and parser unit tests
|
2012-06-21 15:31:04 -07:00 |
Joakim Erdfelt
|
5a529ad4a2
|
Refactoring out the contents of the .api.WebSocket class in prep for rethink of original API class
|
2012-06-21 14:25:58 -07:00 |
Joakim Erdfelt
|
dc68d30b4b
|
Continuing refactoring of websocket-server by commenting out no longer available classes (no more red)
|
2012-06-21 11:11:04 -07:00 |
Jesse McConnell
|
b6acc45820
|
maskgen -> masker + new packaging
|
2012-06-20 09:12:30 -05:00 |
Joakim Erdfelt
|
f3532f9bd9
|
Moving test cases around, commenting others, we have a clean build of websocket-core now, suitable for testing
|
2012-06-18 14:38:49 -07:00 |
Joakim Erdfelt
|
145b98a663
|
Reworking BaseFrame and WebSocket api classes
|
2012-06-18 10:28:19 -07:00 |
Joakim Erdfelt
|
494ecbb271
|
Renaming module and groupId for websocket-servlet to websocket-server to better reflect nature of module
|
2012-06-18 09:48:33 -07:00 |