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