@Import(value=org.kurento.jsonrpc.internal.server.config.JsonRpcConfiguration.class) @SpringBootApplication public class KurentoRoomServerApp extends Object implements org.kurento.jsonrpc.server.JsonRpcConfigurer
| Modifier and Type | Field and Description |
|---|---|
static String |
KMSS_URIS_DEFAULT |
static String |
KMSS_URIS_PROPERTY |
| Constructor and Description |
|---|
KurentoRoomServerApp() |
| Modifier and Type | Method and Description |
|---|---|
KurentoClientProvider |
kmsManager() |
static void |
main(String[] args) |
JsonRpcNotificationService |
notificationService() |
void |
registerJsonRpcHandlers(org.kurento.jsonrpc.server.JsonRpcHandlerRegistry registry) |
RoomJsonRpcHandler |
roomHandler() |
NotificationRoomManager |
roomManager() |
static org.springframework.context.ConfigurableApplicationContext |
start(String[] args) |
JsonRpcUserControl |
userControl() |
public static final String KMSS_URIS_PROPERTY
public static final String KMSS_URIS_DEFAULT
@Bean @ConditionalOnMissingBean public KurentoClientProvider kmsManager()
@Bean @ConditionalOnMissingBean public JsonRpcNotificationService notificationService()
@Bean @ConditionalOnMissingBean public NotificationRoomManager roomManager()
@Bean @ConditionalOnMissingBean public JsonRpcUserControl userControl()
@Bean @ConditionalOnMissingBean public RoomJsonRpcHandler roomHandler()
public void registerJsonRpcHandlers(org.kurento.jsonrpc.server.JsonRpcHandlerRegistry registry)
registerJsonRpcHandlers in interface org.kurento.jsonrpc.server.JsonRpcConfigurerpublic static org.springframework.context.ConfigurableApplicationContext start(String[] args)
Copyright © 2016 Kurento. All rights reserved.