@SpringBootApplication @EnableWebSocket public class MetadataApp extends Object implements org.springframework.web.socket.config.annotation.WebSocketConfigurer
| Constructor and Description |
|---|
MetadataApp() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.web.socket.server.standard.ServletServerContainerFactoryBean |
createServletServerContainerFactoryBean() |
MetadataHandler |
handler() |
org.kurento.client.KurentoClient |
kurentoClient() |
static void |
main(String[] args) |
void |
registerWebSocketHandlers(org.springframework.web.socket.config.annotation.WebSocketHandlerRegistry registry) |
@Bean public MetadataHandler handler()
@Bean public org.kurento.client.KurentoClient kurentoClient()
@Bean public org.springframework.web.socket.server.standard.ServletServerContainerFactoryBean createServletServerContainerFactoryBean()
public void registerWebSocketHandlers(org.springframework.web.socket.config.annotation.WebSocketHandlerRegistry registry)
registerWebSocketHandlers in interface org.springframework.web.socket.config.annotation.WebSocketConfigurerCopyright © 2020 Kurento. All rights reserved.