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

C

CBOR_PROTOCOL - Static variable in class ch.rasc.wamp2spring.reactive.WampWebSocketHandler
 
ch.rasc.wamp2spring.reactive - package ch.rasc.wamp2spring.reactive
Copyright 2017-2018 the original author or authors.
configureHandlerMapping(SimpleUrlHandlerMapping) - Method in class ch.rasc.wamp2spring.reactive.WampReactiveConfiguration
 
configureHandlerMapping(SimpleUrlHandlerMapping) - Method in interface ch.rasc.wamp2spring.reactive.WampReactiveConfigurer
Configures the WebSocket handler registration
 @Override
 void configureHandlerMapping(SimpleUrlHandlerMapping mapping) {
        CorsConfiguration corsConfiguration = new CorsConfiguration();
        corsConfiguration.addAllowedOrigin("http://localhost:8100");
        mapping.setCorsConfigurations(
                        Collections.singletonMap("/wamp", corsConfiguration));
 }

D

decorateWebSocketHandler(WebSocketHandler) - Method in class ch.rasc.wamp2spring.reactive.WampReactiveConfiguration
 
decorateWebSocketHandler(WebSocketHandler) - Method in interface ch.rasc.wamp2spring.reactive.WampReactiveConfigurer
Decorates a WebSocket handler

E

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

G

getSubProtocols() - Method in class ch.rasc.wamp2spring.reactive.WampWebSocketHandler
 

H

handle(WebSocketSession) - Method in class ch.rasc.wamp2spring.reactive.WampWebSocketHandler
 
handleIncomingMessage(WebSocketMessage, WebSocketSession) - Method in class ch.rasc.wamp2spring.reactive.WampWebSocketHandler
 
handleOutgoingMessage(Message<Object>, WebSocketSession) - Method in class ch.rasc.wamp2spring.reactive.WampWebSocketHandler
 
handlerAdapter() - Method in class ch.rasc.wamp2spring.reactive.WampReactiveConfiguration
 
handlerMapping() - Method in class ch.rasc.wamp2spring.reactive.WampReactiveConfiguration
 

J

JSON_PROTOCOL - Static variable in class ch.rasc.wamp2spring.reactive.WampWebSocketHandler
 

M

MessageChannelReactiveUtils - Class in ch.rasc.wamp2spring.reactive
Utilities for adaptation MessageChannels to the Publishers.
MSGPACK_PROTOCOL - Static variable in class ch.rasc.wamp2spring.reactive.WampWebSocketHandler
 

S

setApplicationEventPublisher(ApplicationEventPublisher) - Method in class ch.rasc.wamp2spring.reactive.WampWebSocketHandler
 
setImportMetadata(AnnotationMetadata) - Method in class ch.rasc.wamp2spring.reactive.WampReactiveConfiguration
 
SMILE_PROTOCOL - Static variable in class ch.rasc.wamp2spring.reactive.WampWebSocketHandler
 

T

toPublisher(MessageChannel) - Static method in class ch.rasc.wamp2spring.reactive.MessageChannelReactiveUtils
 
toString() - Method in class ch.rasc.wamp2spring.reactive.WampWebSocketHandler
 

W

WampReactiveConfiguration - Class in ch.rasc.wamp2spring.reactive
 
WampReactiveConfiguration() - Constructor for class ch.rasc.wamp2spring.reactive.WampReactiveConfiguration
 
WampReactiveConfigurer - Interface in ch.rasc.wamp2spring.reactive
Defines methods for configuring WAMP support.
wampWebSocketHandler() - Method in class ch.rasc.wamp2spring.reactive.WampReactiveConfiguration
 
WampWebSocketHandler - Class in ch.rasc.wamp2spring.reactive
 
WampWebSocketHandler(JsonFactory, JsonFactory, JsonFactory, JsonFactory, MessageChannel, MessageChannel, Features) - Constructor for class ch.rasc.wamp2spring.reactive.WampWebSocketHandler
 
webSocketService() - Method in class ch.rasc.wamp2spring.reactive.WampReactiveConfiguration
 
C D E G H J M S T W 
Skip navigation links

Copyright © 2017–2018. All rights reserved.