Joakim Erdfelt
|
dfd3d5af29
|
WebSocket - refactoring bits and pieces to make testing easier.
|
2013-08-02 09:33:15 -07:00 |
|
Simone Bordet
|
ed95ffbfea
|
Fixed lifecycle management.
|
2013-08-02 15:05:50 +02:00 |
|
Joakim Erdfelt
|
89b33f5b88
|
WebSocket - fixing message (buffer) size settings and checks
|
2013-08-01 16:06:44 -07:00 |
|
Joakim Erdfelt
|
833aa6723d
|
WebSocket - More concurrency fixes found by FindBugs
|
2013-08-01 13:51:18 -07:00 |
|
Joakim Erdfelt
|
07041f6439
|
JSR-356 making HTTP Header map use TreeMap(String.CASE_INSENSITIVE_ORDER)
|
2013-08-01 10:50:01 -07:00 |
|
Joakim Erdfelt
|
cbaf68be20
|
Fixing license headers
|
2013-08-01 07:48:03 -07:00 |
|
Joakim Erdfelt
|
11bb7431d2
|
JSR-356 some more tests
|
2013-08-01 07:47:14 -07:00 |
|
Joakim Erdfelt
|
441c98544a
|
JSR-356 if mapping not found, allow default behavior
|
2013-08-01 07:47:02 -07:00 |
|
Joakim Erdfelt
|
589b03d64c
|
Adding example on how to get the HttpSession into your socket.
|
2013-08-01 06:11:01 -07:00 |
|
Joakim Erdfelt
|
e2f02a7a8a
|
JSR-356 fixing ServerContainer.setDefault*() method behavior
|
2013-07-31 14:25:54 -07:00 |
|
Joakim Erdfelt
|
eb9fce2fa5
|
JSR-356: fixing Session.getProtocolVersion()
|
2013-07-31 13:41:46 -07:00 |
|
Joakim Erdfelt
|
0444b87961
|
414167 - WebSocket handshake upgrade from FireFox fails due to keep-alive
+ Making .isUpgradeRequest() multi-value aware, per spec
|
2013-07-31 13:00:16 -07:00 |
|
Joakim Erdfelt
|
9846aee917
|
JSR-356 returning empty string (per javadoc) instead of null for Session.getNegotiatedSubprotocol()
|
2013-07-31 11:42:42 -07:00 |
|
Joakim Erdfelt
|
153c844238
|
Adding Shutdown hook to ClientContainer
|
2013-07-31 10:48:23 -07:00 |
|
Joakim Erdfelt
|
0fd0ecc887
|
JSR-356 - making ClientContainer a use jetty LifeCycle properly
|
2013-07-31 10:34:31 -07:00 |
|
Joakim Erdfelt
|
8a2ccdf8ae
|
JSR-356 - fixing Session.setMax(Text|Binary)MessageBufferSize
|
2013-07-31 09:52:51 -07:00 |
|
Joakim Erdfelt
|
0833d66dc6
|
JSR-356 - unwrapping connect exceptions better
|
2013-07-31 08:15:32 -07:00 |
|
Joakim Erdfelt
|
9ebf890d51
|
WebSocket - supporting WriteCallback in jetty RemoteEndpoint
+ new RemoteEndpoint.sendBytes(ByteBuffer, WriteCallback)
+ new RemoteEndpoint.sendString(String, WriteCallback)
|
2013-07-30 15:25:41 -07:00 |
|
Joakim Erdfelt
|
28b3ee8b13
|
WebSocket - breaking out unfinished MUX extension into its own module
|
2013-07-30 15:09:40 -07:00 |
|
Joakim Erdfelt
|
b63a6047d3
|
WebSocket - better protection on metadata cache
|
2013-07-30 14:42:08 -07:00 |
|
Joakim Erdfelt
|
6fc7e23dc0
|
Testing for non-null
|
2013-07-30 14:41:28 -07:00 |
|
Joakim Erdfelt
|
4d36627a63
|
JSR-356 fixing NPE on bufferPool
|
2013-07-30 14:32:41 -07:00 |
|
Joakim Erdfelt
|
f8172e5a59
|
JSR-356 fixing calling of @OnMessage with partial message boolean
|
2013-07-30 14:27:48 -07:00 |
|
Joakim Erdfelt
|
702b675e86
|
JSR-356 Fixing dispatching for Streaming reads
|
2013-07-30 12:49:04 -07:00 |
|
Joakim Erdfelt
|
37feaea34b
|
JSR-356 adding support for javax.websocket.server.ServerApplicationConfig
|
2013-07-29 15:55:22 -07:00 |
|
Joakim Erdfelt
|
b363400c84
|
JSR-356 - making SessionFactory additive to allow multiple impls at the same time.
|
2013-07-29 09:30:42 -07:00 |
|
Joakim Erdfelt
|
e5655fc2cd
|
JSR-356 tweaking use of configureContext
|
2013-07-26 14:10:03 -07:00 |
|
Joakim Erdfelt
|
6029826aa4
|
JSR-356 using Spec 6.4 properly for access to ServerContainer
|
2013-07-26 14:04:17 -07:00 |
|
Joakim Erdfelt
|
6076e05bf6
|
JSR-356 fixing oddly worded exception
|
2013-07-26 14:04:17 -07:00 |
|
Joakim Erdfelt
|
ca23911075
|
JSR-356 - Changing to ServerContainer access.
+ Using technique as outlined in JSR-356 spec, Section 6.4
|
2013-07-26 14:04:17 -07:00 |
|
Joakim Erdfelt
|
daac0e6784
|
JSR-356 Adding etc/jetty-websockets.xml for JSR configuration
|
2013-07-25 09:59:34 -07:00 |
|
Joakim Erdfelt
|
b549410932
|
JSR-356 - Making WebSocketUpgradeFilter an attribute in the ServletContext
|
2013-07-25 09:43:47 -07:00 |
|
Joakim Erdfelt
|
d7d4e415ea
|
JSR-356 - making use of ServiceLoader technique for finding Extensions
|
2013-07-24 14:46:59 -07:00 |
|
Joakim Erdfelt
|
d967dafe45
|
JSR-356 - Refactoring Annotated method parameter detection and use
|
2013-07-24 12:32:15 -07:00 |
|
Joakim Erdfelt
|
70a57f223f
|
Expanding EchoCase.toString
|
2013-07-24 12:32:15 -07:00 |
|
Joakim Erdfelt
|
e69b41e9cd
|
JSR-356 Adding suppport for @PathParam
|
2013-07-16 16:56:03 -07:00 |
|
Joakim Erdfelt
|
ba50e6b053
|
JSR-356 Adding echo tests on primitives
|
2013-07-16 14:05:59 -07:00 |
|
Joakim Erdfelt
|
fb00eb55cd
|
JSR-356 Promoting ReflectUtils to websocket-common
|
2013-07-16 10:43:27 -07:00 |
|
Joakim Erdfelt
|
05c5342752
|
JSR-356 Improving MessageHandler manipulation
|
2013-07-15 16:00:02 -07:00 |
|
Joakim Erdfelt
|
9a8580b580
|
JSR-356 Improving Debugging of Annotated EventDrivers
|
2013-07-15 15:59:22 -07:00 |
|
Joakim Erdfelt
|
2f01bdcdec
|
JSR-356 fixing javadoc describing class
|
2013-07-15 14:26:14 -07:00 |
|
Joakim Erdfelt
|
179a78e502
|
JSR-356 Promoting UpgradeRequest.getUserPrinicpal() to API
|
2013-07-15 11:49:30 -07:00 |
|
Joakim Erdfelt
|
6bd2f8fd3e
|
JSR-356 - Fixing StackOverflowError on Session.getProtocolVersion()
|
2013-07-15 11:39:56 -07:00 |
|
Joakim Erdfelt
|
2362a4e8b3
|
JSR-356 - Handling ClientContainer.setMax(Text|Binary)MessageBufferSize better
+ The Jetty API is more configurable than the JSR, this forces the
Jetty side API to be consistent for whatever value the end user
specifies.
|
2013-07-15 10:43:39 -07:00 |
|
Joakim Erdfelt
|
b3aee8e4d5
|
JSR-356 - fixing NPE on Extension.getParameters()
|
2013-07-15 10:43:39 -07:00 |
|
Joakim Erdfelt
|
5d45486b8d
|
JSR-356 - Cleaning up sendObject(Object) behavior between Basic & Async
|
2013-07-15 10:43:39 -07:00 |
|
Greg Wilkins
|
987aa846cc
|
398467 Servlet 3.1 Non Blocking IO
ensure that EOF is checked after all calls to nextContent
|
2013-07-15 14:28:22 +10:00 |
|
Jan Bartel
|
bd2add0ae9
|
Update to post-release (servlet 3.1/javaee) versions of javaee dependencies. WARNING: jetty-schemas from jetty-toolchain needs to be changed from SNAPSHOT to final release.
|
2013-07-12 13:53:58 +10:00 |
|
Joakim Erdfelt
|
ce37be598c
|
JSR-356 fixing Reader and Boolean parameter id detection.
|
2013-07-11 11:29:46 -07:00 |
|
Joakim Erdfelt
|
495d2bcd74
|
JSR-356 - Fixing @OnMessage message format/decoder detection
|
2013-07-11 11:00:23 -07:00 |
|