359 Commits (f0bcb773f9117195ef39acc3b4077c9f41d8afa0)

Author SHA1 Message Date
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
Juergen Hoeller e3e1c1bcec Rearranged web.socket.server subpackages and introduced web.socket.config 11 years ago
Rossen Stoyanchev 47ef45d152 Polish websocket xml namespace 11 years ago
Rossen Stoyanchev 079fb2db73 Add assert AbstractStandardRequestUpgradeStrategy 11 years ago
Brian Clozel 10f5d96a78 Add XML namespace for WebSocket config 11 years ago
Phillip Webb 043a41e382 Consistent whitespace after imports 11 years ago
Phillip Webb 15698860e1 General polish of new 4.0 classes 11 years ago
Rossen Stoyanchev 690051f46c Add ability to customize message channels 11 years ago
Rossen Stoyanchev e764c8d897 Fix synchronization issue in StompSubProtocolHandler 11 years ago
Phillip Webb a31ac882c5 Fix various javadoc warnings 11 years ago
Eric Dahl e9f78f6043 Fix various typos 11 years ago
Rossen Stoyanchev 4e82416ba9 Add SubProtocolCapable interface 11 years ago
Phillip Webb 59002f2456 Fix remaining compiler warnings 11 years ago
Rossen Stoyanchev 4de3291dc7 Consolidate websocket/messaging code 11 years ago
Rossen Stoyanchev df5d22e120 Improve logging in spring-messaging 11 years ago
Rossen Stoyanchev 2a6c1f75e7 Simplify determination of SockJS path 11 years ago
Rossen Stoyanchev 0340cc5f03 Update user destinations handling 11 years ago
Michael Irwin 467c770b4d Handle UnsupportedOperationException from getInstalledExtensions in Glassfish 4.0 11 years ago
Juergen Hoeller 9f3b8a2430 GenericTypeResolver's resolveTypeArguments needs to return null for raw types (for backwards compatibility with 3.2) 11 years ago
Sam Brannen ec24299092 Delete unused imports 11 years ago
Rossen Stoyanchev 164a9f938c Update the Jetty WebSocket adapter 11 years ago
Brian Clozel 397d52ad17 Upgrade to Jetty 9.1.0 .RC0 11 years ago
Sam Brannen 75e61cc983 Polish spring-websocket 11 years ago
Rossen Stoyanchev 81dda069af Update WebSocket extensions change 11 years ago
Brian Clozel 6d00a3f0ee Add support for WebSocket Protocol Extensions 11 years ago
Juergen Hoeller bd4c64af04 Turned ByteBufferConverter's visibility to package level 11 years ago
Rossen Stoyanchev 02cb86659d Prevent cache of sockjs known prefixes from growing 11 years ago
Rossen Stoyanchev e60e8dc582 Fix issue with getting SockJS path 11 years ago
Rossen Stoyanchev 9b2c041085 Fix issue in htmlfile sockjs transport 11 years ago
Michael Irwin f1e929f38d Added websocket upgrade support for GlassFish 4.0 11 years ago
Rossen Stoyanchev 77fa8698b3 Enable cookie_needed by default in SockJS service 11 years ago
Rossen Stoyanchev a5c7018e8d Switch spring-websocket/messaging to Tomcat 8 RC3 11 years ago
Rossen Stoyanchev 62921683fd Introduce ListenableFuture to WebSocketClient 11 years ago
Rossen Stoyanchev 1c47c8f35c Remove TODOs (replaced with JIRA tickets) 11 years ago
Rossen Stoyanchev 0ac6998e60 Refine destination semantics for msg-handling methods 11 years ago
Rossen Stoyanchev e1a46bb57a Add tests to spring-messaging 11 years ago
Rossen Stoyanchev 79ddba5d01 Polish WebSocket integration tests 11 years ago
Rossen Stoyanchev fee3148b0f Add Tomcat WebSocket integration tests 11 years ago
Rossen Stoyanchev e21bbdd933 Polish WebSocket/STOMP Java config 11 years ago
Rossen Stoyanchev 5d69700515 Remove incorrect package import 11 years ago