public interface Transaction
Modifier and Type | Method and Description |
---|---|
Session |
getSession() |
boolean |
isNotification() |
void |
sendError(int code,
String type,
String data) |
void |
sendError(int code,
String type,
String message,
String data) |
void |
sendError(ResponseError error) |
void |
sendError(Throwable e) |
void |
sendResponse(Object result) |
void |
sendResponseObject(Response<? extends Object> response) |
void |
sendVoidResponse() |
void |
startAsync() |
void sendResponseObject(Response<? extends Object> response) throws IOException
IOException
void sendVoidResponse() throws IOException
IOException
void sendResponse(Object result) throws IOException
IOException
void sendError(int code, String type, String data) throws IOException
IOException
void sendError(int code, String type, String message, String data) throws IOException
IOException
void sendError(Throwable e) throws IOException
IOException
Session getSession()
void startAsync()
boolean isNotification()
void sendError(ResponseError error) throws IOException
IOException
Copyright © 2017 Kurento. All rights reserved.