341 Commits (5ba3db6a7d28494c4fbf3a908f5591bca0d90457)

Author SHA1 Message Date
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
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
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 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 8ee2a2d18c Remove unused constructor arg from UserDestinationMH 11 years ago
Juergen Hoeller 12c393eb6d Switched 'order' attributes across namespaces to 'xsd:token' 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 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
Rossen Stoyanchev 4342497305 Add support for custom message converters 11 years ago
Rossen Stoyanchev d0556e61f9 Log stack trace on failure to send message to client 11 years ago
Rossen Stoyanchev ef13dbfcdd Handle bad STOMP messages in StompSubProtocolHandler 11 years ago
Rossen Stoyanchev 4e5e700213 Add client login/passcode to broker relay 11 years ago
Juergen Hoeller 1f9b833c4d Introduced SockJsSession interface and moved SockJsSessionFactory and SockJsServiceConfig to sockjs.transport; added initialize(SockJsServiceConfig) method to TransportHandler interface; extracted TransportHandlingSockJsService from DefaultSockJsService; moved sockjs.support.frame to sockjs.frame and extracted (Default)SockJsFrameFormat from SockJsFrame; moved SockJsHttpRequestHandler to sockjs.support; removed Jackson 1.x support 11 years ago
Rossen Stoyanchev 307bf4bede Add messaging.simp.user package 11 years ago
Rossen Stoyanchev 89455c00f6 Create messaging.simp.broker package 11 years ago
Juergen Hoeller c4163c7475 Moved messaging.support.converter to messaging.converter; moved messaging.support.tcp to messaging.tcp; moved messaging.support.channel to messaging.support itself; moved handler.condition to handler itself; reworked handler.method into handler.support 11 years ago
Juergen Hoeller edeb11c556 Polishing 11 years ago
Rossen Stoyanchev 8f569264da Fix issue in GlassfishRequestUpgradeStrategy 11 years ago
Brian Clozel 3ac14e7cd8 Document websocket XML namespace 11 years ago
Rossen Stoyanchev 14468e80f3 Add principal in GlassfishRequestUpgradeStrategy 11 years ago
Juergen Hoeller 1dff45c38a Consistent ".jetty" and ".standard" subpackages; consolidated GlassFishRequestUpgradeStrategy implementation; renamed Text/BinaryWebSocketHandler and moved them to web.socket.support 11 years ago
Rossen Stoyanchev bb5a53f7f7 Update websocket xml namespace attributes 11 years ago
Rossen Stoyanchev cea049b791 Move websocket config tests to annotation package 11 years ago
Juergen Hoeller e62cd84ca2 Merged web.socket.messaging.config into web.socket.config and introduced web.socket.config.annotation 11 years ago
Rossen Stoyanchev 69238ba66f Move WebSocketExtension to top-level package 11 years ago