| Package | Description |
|---|---|
| ch.rasc.wampspring.config |
| Modifier and Type | Class and Description |
|---|---|
class |
WebMvcWampWebSocketEndpointRegistration |
| Modifier and Type | Method and Description |
|---|---|
WampWebSocketEndpointRegistration |
WebMvcWampEndpointRegistry.addEndpoint(String... paths) |
WampWebSocketEndpointRegistration |
WampEndpointRegistry.addEndpoint(String... paths)
Register a WAMP over WebSocket endpoint at the given mapping path.
|
WampWebSocketEndpointRegistration |
WebMvcWampWebSocketEndpointRegistration.addInterceptors(org.springframework.web.socket.server.HandshakeInterceptor... handshakeInterceptors) |
WampWebSocketEndpointRegistration |
WampWebSocketEndpointRegistration.addInterceptors(org.springframework.web.socket.server.HandshakeInterceptor... interceptors)
Configure the HandshakeInterceptor's to use.
|
WampWebSocketEndpointRegistration |
WebMvcWampWebSocketEndpointRegistration.setAllowedOrigins(String... origins) |
WampWebSocketEndpointRegistration |
WampWebSocketEndpointRegistration.setAllowedOrigins(String... origins)
Configure allowed
Origin header values. |
WampWebSocketEndpointRegistration |
WebMvcWampWebSocketEndpointRegistration.setHandshakeHandler(org.springframework.web.socket.server.HandshakeHandler handshakeHandler) |
WampWebSocketEndpointRegistration |
WampWebSocketEndpointRegistration.setHandshakeHandler(org.springframework.web.socket.server.HandshakeHandler handshakeHandler)
Configure the HandshakeHandler to use.
|
Copyright © 2014–2017. All rights reserved.