public interface JsonRpcHandlerRegistration
| Modifier and Type | Method and Description |
|---|---|
JsonRpcHandlerRegistration |
addHandler(JsonRpcHandler<?> handler,
String... paths)
Add more handlers that will share the same configuration
|
JsonRpcHandlerRegistration addHandler(JsonRpcHandler<?> handler, String... paths)
handler - the handler to registerpaths - paths to register the handler inCopyright © 2021 Kurento. All rights reserved.