Package | Description |
---|---|
org.kurento.jsonrpc | |
org.kurento.jsonrpc.client | |
org.kurento.jsonrpc.internal |
Modifier and Type | Class and Description |
---|---|
class |
DefaultJsonRpcHandler<P> |
class |
TypeDefaultJsonRpcHandler |
Modifier and Type | Method and Description |
---|---|
JsonRpcHandler<P> |
JsonRpcHandler.withAllowedOrigins(String... string) |
JsonRpcHandler<P> |
JsonRpcHandler.withLabel(String label) |
JsonRpcHandler<P> |
JsonRpcHandler.withSockJS()
This method configures the handler to use sockJS
|
Modifier and Type | Method and Description |
---|---|
void |
JsonRpcClient.setServerRequestHandler(JsonRpcHandler<?> handler) |
void |
JsonRpcClientLocal.setServerRequestHandler(JsonRpcHandler<?> handler) |
Constructor and Description |
---|
JsonRpcClientLocal(JsonRpcHandler<? extends Object> handler) |
Modifier and Type | Method and Description |
---|---|
JsonRpcHandler<?> |
JsonRpcHandlerManager.getHandler() |
Modifier and Type | Method and Description |
---|---|
void |
JsonRpcHandlerManager.setJsonRpcHandler(JsonRpcHandler<?> handler)
Sets the handler.
|
Constructor and Description |
---|
JsonRpcHandlerManager(JsonRpcHandler<?> handler) |
Copyright © 2017 Kurento. All rights reserved.