Skip navigation links
A B C D G O P S W 

A

AbstractSessionWampConfigurer<S extends org.springframework.session.ExpiringSession> - Class in ch.rasc.wampspring.session
 
AbstractSessionWampConfigurer() - Constructor for class ch.rasc.wampspring.session.AbstractSessionWampConfigurer
 
addHandshakeInterceptors(List<HandshakeInterceptor>) - Method in class ch.rasc.wampspring.session.AbstractSessionWampConfigurer
 
afterHandshake(ServerHttpRequest, ServerHttpResponse, WebSocketHandler, Exception) - Method in class ch.rasc.wampspring.session.SessionRepositoryHandshakeInterceptor
 

B

beforeHandshake(ServerHttpRequest, ServerHttpResponse, WebSocketHandler, Map<String, Object>) - Method in class ch.rasc.wampspring.session.SessionRepositoryHandshakeInterceptor
 

C

ch.rasc.wampspring.session - package ch.rasc.wampspring.session
 
configureClientInboundChannel(AbstractMessageChannel) - Method in class ch.rasc.wampspring.session.AbstractSessionWampConfigurer
 
configureWebSocketTransport(WebSocketTransportRegistration) - Method in class ch.rasc.wampspring.session.AbstractSessionWampConfigurer
 

D

decorate(WebSocketHandler) - Method in class ch.rasc.wampspring.session.WebSocketConnectHandlerDecoratorFactory
 

G

getWebSocketSession() - Method in class ch.rasc.wampspring.session.SessionDisconnectEvent
 

O

onApplicationEvent(ApplicationEvent) - Method in class ch.rasc.wampspring.session.WebSocketRegistryListener
 

P

preSend(Message<?>, MessageChannel) - Method in class ch.rasc.wampspring.session.SessionRepositoryMessageInterceptor
 

S

SessionDisconnectEvent - Class in ch.rasc.wampspring.session
 
SessionDisconnectEvent(Object, WebSocketSession) - Constructor for class ch.rasc.wampspring.session.SessionDisconnectEvent
 
SessionRepositoryHandshakeInterceptor - Class in ch.rasc.wampspring.session
Associates the Session.getId() with the WebSocket Session attributes when the handshake is performed.
SessionRepositoryHandshakeInterceptor() - Constructor for class ch.rasc.wampspring.session.SessionRepositoryHandshakeInterceptor
 
SessionRepositoryMessageInterceptor<S extends org.springframework.session.ExpiringSession> - Class in ch.rasc.wampspring.session
Acts as a ChannelInterceptor to ensure the ExpiringSession.getLastAccessedTime() is up to date.
SessionRepositoryMessageInterceptor(SessionRepository<S>) - Constructor for class ch.rasc.wampspring.session.SessionRepositoryMessageInterceptor
Creates a new instance
SessionSupport - Class in ch.rasc.wampspring.session
 
SessionSupport() - Constructor for class ch.rasc.wampspring.session.SessionSupport
 
SPRING_SESSION_ID_ATTR_NAME - Static variable in class ch.rasc.wampspring.session.SessionSupport
 

W

WebSocketConnectHandlerDecoratorFactory - Class in ch.rasc.wampspring.session
Ensures that a SessionDisconnectEvent and SessionDisconnectEvent is published.
WebSocketConnectHandlerDecoratorFactory(ApplicationEventPublisher) - Constructor for class ch.rasc.wampspring.session.WebSocketConnectHandlerDecoratorFactory
Creates a new instance
webSocketRegistryListener() - Method in class ch.rasc.wampspring.session.AbstractSessionWampConfigurer
 
WebSocketRegistryListener - Class in ch.rasc.wampspring.session
Keeps track of mapping the Spring Session ID to the WebSocketSession and ensuring when a SessionDestroyedEvent is fired that the WebSocketSession is closed.
WebSocketRegistryListener() - Constructor for class ch.rasc.wampspring.session.WebSocketRegistryListener
 
A B C D G O P S W 
Skip navigation links

Copyright © 2015–2017. All rights reserved.