Example usage for org.springframework.web.socket.config.annotation WebSocketConfigurer interface-usage

List of usage examples for org.springframework.web.socket.config.annotation WebSocketConfigurer interface-usage

Introduction

In this page you can find the example usage for org.springframework.web.socket.config.annotation WebSocketConfigurer interface-usage.

Usage

From source file es.predictia.smartmap.config.SampleWebSocketsApplication.java

@Configuration
@EnableAutoConfiguration
@EnableWebSocket
public class SampleWebSocketsApplication extends SpringBootServletInitializer implements WebSocketConfigurer {

    @Override

From source file fi.vtt.nubomedia.armodule.Ar3DApp.java

/**
 * @author Markus Ylikerala
 */
@SpringBootApplication
@EnableWebSocket
public class Ar3DApp implements WebSocketConfigurer, CommandLineRunner {

From source file samples.websocket.config.SampleWebSocketsApplication.java

@Configuration
@EnableAutoConfiguration
@EnableWebSocket
public class SampleWebSocketsApplication extends SpringBootServletInitializer implements WebSocketConfigurer {

    @Override

From source file be.solidx.hot.spring.config.WebSocketConfig.java

@Configuration
@EnableWebSocket
public class WebSocketConfig implements WebSocketConfigurer, ApplicationListener<WebSocketActivationEvent> {

    private static final Log LOG = LogFactory.getLog(WebSocketConfig.class);

From source file org.jhk.pulsing.web.config.WebSocketConfig.java

/**
 * @author Ji Kim
 */
@Configuration
@EnableWebSocketMessageBroker
public class WebSocketConfig extends AbstractWebSocketMessageBrokerConfigurer implements WebSocketConfigurer {

From source file cn.sinobest.websocket.base.SampleWebSocketApplication.java

/**
 * ??
 * @author yjh
 * @date 2017.09.07
 */
@Configuration

From source file fi.vtt.nubomedia.kurento.Ar3DApp.java

/**
 * @author Markus Ylikerala
 */
@Configuration
@EnableWebSocket
@EnableAutoConfiguration

From source file cz.cvut.fel.webrtc.GroupCallApp.java

/**
 * 
 * @author Ivan Gracia (izanmail@gmail.com)
 * @since 4.3.1
 */
@Configuration

From source file samples.websocket.jetty.SampleJettyWebSocketsApplication.java

@Configuration
@EnableAutoConfiguration
@EnableWebSocket
public class SampleJettyWebSocketsApplication extends SpringBootServletInitializer implements WebSocketConfigurer {

    @Override

From source file com.pubkit.PubKitApplication.java

/**
 * Created by puran
 */
@Configuration
@ComponentScan
@EnableAutoConfiguration