Skip navigation links
A C D E G H J M P R S T W 

A

afterSessionEnded(WebSocketSession, CloseStatus, MessageChannel) - Method in class ch.rasc.wamp2spring.servlet.WampSubProtocolHandler
 
afterSessionStarted(WebSocketSession, MessageChannel) - Method in class ch.rasc.wamp2spring.servlet.WampSubProtocolHandler
 

C

CBOR_PROTOCOL - Static variable in class ch.rasc.wamp2spring.servlet.WampSubProtocolHandler
 
ch.rasc.wamp2spring.servlet - package ch.rasc.wamp2spring.servlet
Copyright 2017-2018 the original author or authors.
configureWebSocketHandlerRegistration(WebSocketHandlerRegistration) - Method in class ch.rasc.wamp2spring.servlet.WampServletConfiguration
 
configureWebSocketHandlerRegistration(WebSocketHandlerRegistration) - Method in interface ch.rasc.wamp2spring.servlet.WampServletConfigurer
Configures the WebSocket handler registration
 @Override
 public void configureWebSocketHandlerRegistration(
                WebSocketHandlerRegistration registration) {
        registration.setAllowedOrigins("http://localhost:8100");
 }

D

decorateWebSocketHandler(WebSocketHandler) - Method in class ch.rasc.wamp2spring.servlet.WampServletConfiguration
 
decorateWebSocketHandler(WebSocketHandler) - Method in interface ch.rasc.wamp2spring.servlet.WampServletConfigurer
Decorates a WebSocket handler

E

EnableServletWamp - Annotation Type in ch.rasc.wamp2spring.servlet
Add this annotation to any @Configuration class to enable the WAMP v2 support.

G

getHandshakeHandler() - Method in class ch.rasc.wamp2spring.servlet.WampServletConfiguration
 
getSendBufferSizeLimit() - Method in class ch.rasc.wamp2spring.servlet.WampServletConfiguration
 
getSendTimeLimit() - Method in class ch.rasc.wamp2spring.servlet.WampServletConfiguration
 
getSupportedProtocols() - Method in class ch.rasc.wamp2spring.servlet.WampSubProtocolHandler
 

H

handleMessageFromClient(WebSocketSession, WebSocketMessage<?>, MessageChannel) - Method in class ch.rasc.wamp2spring.servlet.WampSubProtocolHandler
Handle incoming WebSocket messages from clients.
handleMessageToClient(WebSocketSession, Message<?>) - Method in class ch.rasc.wamp2spring.servlet.WampSubProtocolHandler
Handle WAMP messages going back out to WebSocket clients.

J

JSON_PROTOCOL - Static variable in class ch.rasc.wamp2spring.servlet.WampSubProtocolHandler
 

M

MSGPACK_PROTOCOL - Static variable in class ch.rasc.wamp2spring.servlet.WampSubProtocolHandler
 

P

PreferBinaryHandshakeHandler - Class in ch.rasc.wamp2spring.servlet
A HandshakeHandler implementation that prefers a binary data format in the order MessagePack, Smile and CBOR.
PreferBinaryHandshakeHandler() - Constructor for class ch.rasc.wamp2spring.servlet.PreferBinaryHandshakeHandler
 
PreferCborHandshakeHandler - Class in ch.rasc.wamp2spring.servlet
A HandshakeHandler implementation that prefers the CBOR data format.
PreferCborHandshakeHandler() - Constructor for class ch.rasc.wamp2spring.servlet.PreferCborHandshakeHandler
 
PreferJsonHandshakeHandler - Class in ch.rasc.wamp2spring.servlet
A HandshakeHandler implementation that prefers the JSON data format.
PreferJsonHandshakeHandler() - Constructor for class ch.rasc.wamp2spring.servlet.PreferJsonHandshakeHandler
 
PreferMsgpackHandshakeHandler - Class in ch.rasc.wamp2spring.servlet
A HandshakeHandler implementation that prefers the MessagePack data format.
PreferMsgpackHandshakeHandler() - Constructor for class ch.rasc.wamp2spring.servlet.PreferMsgpackHandshakeHandler
 
PreferSmileHandshakeHandler - Class in ch.rasc.wamp2spring.servlet
A HandshakeHandler implementation that prefers the SMILE data format.
PreferSmileHandshakeHandler() - Constructor for class ch.rasc.wamp2spring.servlet.PreferSmileHandshakeHandler
 

R

registerWebSocketHandlers(WebSocketHandlerRegistry) - Method in class ch.rasc.wamp2spring.servlet.WampServletConfiguration
 
resolveSessionId(Message<?>) - Method in class ch.rasc.wamp2spring.servlet.WampSubProtocolHandler
 

S

selectProtocol(List<String>, WebSocketHandler) - Method in class ch.rasc.wamp2spring.servlet.PreferBinaryHandshakeHandler
 
selectProtocol(List<String>, WebSocketHandler) - Method in class ch.rasc.wamp2spring.servlet.PreferCborHandshakeHandler
 
selectProtocol(List<String>, WebSocketHandler) - Method in class ch.rasc.wamp2spring.servlet.PreferJsonHandshakeHandler
 
selectProtocol(List<String>, WebSocketHandler) - Method in class ch.rasc.wamp2spring.servlet.PreferMsgpackHandshakeHandler
 
selectProtocol(List<String>, WebSocketHandler) - Method in class ch.rasc.wamp2spring.servlet.PreferSmileHandshakeHandler
 
setApplicationEventPublisher(ApplicationEventPublisher) - Method in class ch.rasc.wamp2spring.servlet.WampSubProtocolHandler
 
setImportMetadata(AnnotationMetadata) - Method in class ch.rasc.wamp2spring.servlet.WampServletConfiguration
 
SMILE_PROTOCOL - Static variable in class ch.rasc.wamp2spring.servlet.WampSubProtocolHandler
 
subProtocolWebSocketHandler() - Method in class ch.rasc.wamp2spring.servlet.WampServletConfiguration
 

T

toString() - Method in class ch.rasc.wamp2spring.servlet.WampSubProtocolHandler
 

W

WampServletConfiguration - Class in ch.rasc.wamp2spring.servlet
 
WampServletConfiguration() - Constructor for class ch.rasc.wamp2spring.servlet.WampServletConfiguration
 
WampServletConfigurer - Interface in ch.rasc.wamp2spring.servlet
Defines methods for configuring WAMP support.
wampSubProtocolHandler() - Method in class ch.rasc.wamp2spring.servlet.WampServletConfiguration
 
WampSubProtocolHandler - Class in ch.rasc.wamp2spring.servlet
A WebSocket SubProtocolHandler implementation for the WAMP v2 protocol.
WampSubProtocolHandler(JsonFactory, JsonFactory, JsonFactory, JsonFactory, MessageChannel, Features) - Constructor for class ch.rasc.wamp2spring.servlet.WampSubProtocolHandler
 
webSocketHandlerMapping() - Method in class ch.rasc.wamp2spring.servlet.WampServletConfiguration
 
A C D E G H J M P R S T W 
Skip navigation links

Copyright © 2017–2018. All rights reserved.