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 org.kurento.tutorial.one2manycall.One2ManyCallApp.java

/**
 * Video call 1 to N demo (main).
 *
 * @author Boni Garcia (bgarcia@gsyc.es)
 * @since 5.0.0
 */

From source file org.kurento.tutorial.magicmirror.MagicMirrorApp.java

/**
 * Magic Mirror main class.
 *
 * @author Boni Garcia (bgarcia@gsyc.es)
 * @since 5.0.0
 */

From source file org.kurento.tutorial.platedetector.PlateDetectorApp.java

/**
 * Plate Detector main class.
 *
 * @author Boni Garcia (bgarcia@gsyc.es)
 * @author David Fernandez (d.fernandezlop@gmail.com)
 * @since 5.0.0

From source file org.kurento.tutorial.pointerdetector.PointerDetectorApp.java

/**
 * Pointer Detector main class.
 *
 * @author Boni Garcia (bgarcia@gsyc.es)
 * @author David Fernandez (d.fernandezlop@gmail.com)
 * @since 5.0.0

From source file org.emmanuel.spring.chat.config.WebMvcConfig.java

/**
 *
 * @author u329022
 */
@EnableWebMvc
@Configuration

From source file org.kurento.tutorial.senddatachannel.SendDataChannelApp.java

/**
 * Show Data Channel main class.
 *
 * @author Boni Garcia (bgarcia@gsyc.es)
 * @author David Fernandez (d.fernandezlop@gmail.com)
 * @since 6.1.1

From source file org.kurento.tutorial.showdatachannel.ShowDataChannelApp.java

/**
 * Show Data Channel main class.
 *
 * @author Boni Garcia (bgarcia@gsyc.es)
 * @author David Fernandez (d.fernandezlop@gmail.com)
 * @since 6.1.1

From source file org.kurento.tutorial.one2onecall.One2OneCallApp.java

/**
 * Video call 1 to 1 demo (main).
 *
 * @author Boni Garcia (bgarcia@gsyc.es)
 * @author Micael Gallego (micael.gallego@gmail.com)
 * @since 4.3.1

From source file org.kurento.tutorial.groupcall.GroupCallApp.java

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

From source file org.kurento.tutorial.one2onecallrec.One2OneCallRecApp.java

/**
 * Video call 1 to 1 demo (main).
 *
 * @author Boni Garcia (bgarcia@gsyc.es)
 * @author Micael Gallego (micael.gallego@gmail.com)
 * @since 6.1.1