public interface RestRequest
| Modifier and Type | Method and Description |
|---|---|
void |
cancel() |
void |
execute() |
void |
executeAndWait() |
boolean |
isExecuting() |
void execute()
throws AlreadyExecutingException
AlreadyExecutingExceptionvoid executeAndWait()
throws AlreadyExecutingException
AlreadyExecutingExceptionvoid cancel()
boolean isExecuting()