Package de.trustable.ca3s.core.config
Class WebsocketConfiguration
- java.lang.Object
-
- de.trustable.ca3s.core.config.WebsocketConfiguration
-
- All Implemented Interfaces:
org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurer
@Configuration @EnableWebSocketMessageBroker public class WebsocketConfiguration extends Object implements org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurer
-
-
Field Summary
Fields Modifier and Type Field Description static StringIP_ADDRESS
-
Constructor Summary
Constructors Constructor Description WebsocketConfiguration(tech.jhipster.config.JHipsterProperties jHipsterProperties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigureMessageBroker(org.springframework.messaging.simp.config.MessageBrokerRegistry config)org.springframework.web.socket.server.HandshakeInterceptorhttpSessionHandshakeInterceptor()voidregisterStompEndpoints(org.springframework.web.socket.config.annotation.StompEndpointRegistry registry)
-
-
-
Field Detail
-
IP_ADDRESS
public static final String IP_ADDRESS
- See Also:
- Constant Field Values
-
-
Method Detail
-
configureMessageBroker
public void configureMessageBroker(org.springframework.messaging.simp.config.MessageBrokerRegistry config)
- Specified by:
configureMessageBrokerin interfaceorg.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurer
-
registerStompEndpoints
public void registerStompEndpoints(org.springframework.web.socket.config.annotation.StompEndpointRegistry registry)
- Specified by:
registerStompEndpointsin interfaceorg.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurer
-
httpSessionHandshakeInterceptor
@Bean public org.springframework.web.socket.server.HandshakeInterceptor httpSessionHandshakeInterceptor()
-
-