| Interface | Description |
|---|---|
| WampConfigurer |
Defines methods for configuring WAMP support.
|
| WampEndpointRegistry | |
| WampMessageSelector | |
| WampWebSocketEndpointRegistration |
| Class | Description |
|---|---|
| AbstractWampConfigurer |
A convenient implementation of the
WampConfigurer interface, providing empty
method. |
| DefaultWampConfiguration |
To enable WAMP support create a @Configuration class that extends this class.
|
| WampMessageSelectors | |
| WampSession | |
| WampSessionContextHolder | |
| WampSessionScope |
A
Scope implementation exposing the attributes of a WAMP session (e.g. |
| WampSessionScope.WampSessionObjectFactory | |
| WampSessionScope.WebSocketSessionObjectFactory | |
| WampSubProtocolHandler |
A WebSocket
SubProtocolHandler for the WAMP v1 protocol. |
| WebMvcWampEndpointRegistry | |
| WebMvcWampWebSocketEndpointRegistration | |
| WebSocketTransportRegistration |
| Annotation Type | Description |
|---|---|
| EnableWamp |
Add this annotation to any
@Configuration class to enable the WAMP support. |
Copyright © 2014–2017. All rights reserved.