public class ResponseHandler
extends java.lang.Object
Constructor and Description |
---|
ResponseHandler(WebSocket webSocket) |
Modifier and Type | Method and Description |
---|---|
void |
addRawTask(RawTask task) |
void |
addTask(Task task,
NotificationsServiceContractType type) |
void |
addTaskForAllTypes(Task task) |
void |
executeInternalTasks(Response response) |
void |
executeRawTasks(java.lang.String message) |
void |
executeTasks(Response response) |
public ResponseHandler(WebSocket webSocket)
public void addTask(@Nonnull Task task, @Nonnull NotificationsServiceContractType type)
public void addRawTask(@Nonnull RawTask task)
public void addTaskForAllTypes(@Nonnull Task task)
public void executeInternalTasks(@Nonnull Response response)
public void executeRawTasks(@Nonnull java.lang.String message)
public void executeTasks(@Nonnull Response response)