public abstract class AbstractSessionWampConfigurer<S extends org.springframework.session.ExpiringSession>
extends ch.rasc.wampspring.config.AbstractWampConfigurer
| Constructor and Description |
|---|
AbstractSessionWampConfigurer() |
| Modifier and Type | Method and Description |
|---|---|
void |
addHandshakeInterceptors(List<org.springframework.web.socket.server.HandshakeInterceptor> handshakeInterceptors) |
void |
configureClientInboundChannel(org.springframework.messaging.support.AbstractMessageChannel channel) |
void |
configureWebSocketTransport(ch.rasc.wampspring.config.WebSocketTransportRegistration registration) |
WebSocketRegistryListener |
webSocketRegistryListener() |
public void configureWebSocketTransport(ch.rasc.wampspring.config.WebSocketTransportRegistration registration)
configureWebSocketTransport in interface ch.rasc.wampspring.config.WampConfigurerconfigureWebSocketTransport in class ch.rasc.wampspring.config.AbstractWampConfigurer@Bean public WebSocketRegistryListener webSocketRegistryListener()
public void addHandshakeInterceptors(List<org.springframework.web.socket.server.HandshakeInterceptor> handshakeInterceptors)
addHandshakeInterceptors in interface ch.rasc.wampspring.config.WampConfigureraddHandshakeInterceptors in class ch.rasc.wampspring.config.AbstractWampConfigurerpublic void configureClientInboundChannel(org.springframework.messaging.support.AbstractMessageChannel channel)
configureClientInboundChannel in interface ch.rasc.wampspring.config.WampConfigurerconfigureClientInboundChannel in class ch.rasc.wampspring.config.AbstractWampConfigurerCopyright © 2015–2017. All rights reserved.