365 Commits (f732a441c88ac861cd48d86e6acc0c379bf12f3e)

Author SHA1 Message Date
Rossen Stoyanchev 1e9960e1ce Add WebSocketTransportRegistration 11 years ago
Rossen Stoyanchev 545c4effb1 Polish StompDecoder and the new Buffering sub-class 11 years ago
Sebastien Deleuze bbdb72d808 Add configuration for message buffer size limit 11 years ago
Rossen Stoyanchev ebffd67b5e Add BufferingStompDecoder 11 years ago
Rossen Stoyanchev 15188a8eee Document IE 8 and 9 related SockJS transport details 11 years ago
Rossen Stoyanchev 7af74b2475 Disable SockJS heartbeat if STOMP heartbeat is on 11 years ago
Rossen Stoyanchev 2c6d6b524d Adjust SockJS scheduler core pool size 11 years ago
Rossen Stoyanchev 7651f83b4c Polish 11 years ago
Rossen Stoyanchev cbd5af3a03 Add CloseStatus to indicate unreliable session 11 years ago
Rossen Stoyanchev 4028a3b0bc Remove synchronized keywords from SockJsSession impls 11 years ago
Rossen Stoyanchev ffac748f1c Improve ConcurrentWebSocketSessionDecorator 11 years ago
Rossen Stoyanchev 299be08268 Remove synchronized block around WebSocketSession.send 11 years ago
Brian Clozel 26309838ba Set custom handshakeHandler for XML sockjs config 11 years ago
Rossen Stoyanchev b7a974116e Add concurrent WebSocket session decorator (temp commit) 11 years ago
Rossen Stoyanchev ac968e94ed Add getter for the length of a WebSocket message 11 years ago
Stephane Nicoll 4cd818b9e4 Harmonize log configuration 11 years ago
Rossen Stoyanchev 10af128e96 Update thread pool settings in STOMP/WebSocket config 11 years ago
Rossen Stoyanchev 1bab8a3916 Add session attributes to SimpMessageHeaderAccessor 11 years ago
Rossen Stoyanchev 48b62e80d5 Rename handshakeAttributes to just attributes 11 years ago
Rossen Stoyanchev 9552c82e2d Remove use of simple executor in WebSocket clients 11 years ago
Juergen Hoeller 373f07b1ff Polishing 11 years ago
Rossen Stoyanchev 6bcbb94aba Refine BrokerAvailabilityEvent behavior 11 years ago
Sam Brannen a006ca2542 Remove trailing whitespace 11 years ago
Brian Clozel 8b2b165777 Fix "relay-port" XSD type in spring-websocket.xsd 11 years ago
Rossen Stoyanchev cff23b84ae Add messages for number of active sessions/connections 11 years ago
Rossen Stoyanchev 49d7bda722 Improve CORS handling in AbstractSockJsService 11 years ago
Rossen Stoyanchev a434903a2a Adjust log level in LoggingWebSocketHandlerDecorator 11 years ago
Sam Brannen 9891bdc7b4 Clean up "abstract" test issues 11 years ago
Sam Brannen b42f258c54 Use unmodifiable set in AbstractSockJsSession 11 years ago
Sam Brannen 8f3a897502 Polish AbstractSockJsSession 11 years ago
Rossen Stoyanchev 4238299661 Add smart logging for disconnected SockJS clients 11 years ago
Rossen Stoyanchev 6016536055 Remove ContentTypeResolver from composite converter 11 years ago
Rossen Stoyanchev 32e5f57e64 Ensure matching user destination returned 11 years ago
Rossen Stoyanchev dfe2234781 Upgrade to Undertow 1.0 Final (WildFly 8 Final) 11 years ago
Rossen Stoyanchev 1c4530f251 Re-enable Undertow tests in WebSocketConfigurationIT 11 years ago
Rossen Stoyanchev 8ee2a2d18c Remove unused constructor arg from UserDestinationMH 11 years ago
Rossen Stoyanchev 0db2f79bdb Polish message method handling tests 11 years ago
Sam Brannen 597ef099d0 Suppress warnings and remove unused imports 11 years ago
Juergen Hoeller 12c393eb6d Switched 'order' attributes across namespaces to 'xsd:token' 11 years ago
Juergen Hoeller 3969467851 Temporarily deactivated Undertow integration tests 11 years ago
Rossen Stoyanchev ae06c3a6ab Use DestinationUserNameProvider with @SendTo 11 years ago
Rossen Stoyanchev e4ad2b352e Add DestinationUserNameProvider interface 11 years ago
Rossen Stoyanchev c376ee92cd Allow setting Cookie header 11 years ago
Rossen Stoyanchev e2feed494b Move "handlers" field to AbstractSubscribableChannel 11 years ago
Rossen Stoyanchev c1f3da082c Write prelude on successive SockJS streaming requests 11 years ago
Juergen Hoeller 6051ea8ae3 Polishing 11 years ago
Rossen Stoyanchev 5f2106046c Add UpgradeRequestStrategy for WildFly/Undertow 11 years ago
Rossen Stoyanchev ea0825c0a6 Trim tokenized strings in websocket namespace 11 years ago
Rossen Stoyanchev a5c3143512 Allow hook to associate user with WebSocket session 11 years ago
Rossen Stoyanchev 6265bc1df7 Fall back on user in the Jetty UpgradeRequest 11 years ago