Package | Description |
---|---|
org.kurento.jsonrpc | |
org.kurento.jsonrpc.internal.client | |
org.kurento.jsonrpc.message |
Modifier and Type | Method and Description |
---|---|
ResponseError |
JsonRpcErrorException.getError() |
Modifier and Type | Method and Description |
---|---|
void |
Transaction.sendError(ResponseError error) |
Constructor and Description |
---|
JsonRpcErrorException(ResponseError error) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractTransaction.sendError(ResponseError error) |
Modifier and Type | Method and Description |
---|---|
ResponseError |
Response.getError() |
static ResponseError |
ResponseError.newFromException(int requestId,
String message,
Throwable e) |
static ResponseError |
ResponseError.newFromException(int requestId,
Throwable e) |
static ResponseError |
ResponseError.newFromException(String message,
Throwable e) |
static ResponseError |
ResponseError.newFromException(Throwable e) |
Modifier and Type | Method and Description |
---|---|
void |
Response.setError(ResponseError error) |
Constructor and Description |
---|
Response(Integer id,
ResponseError error) |
Response(ResponseError error) |
Response(String sessionId,
Integer id,
ResponseError error) |
Copyright © 2017 Kurento. All rights reserved.