public interface FrontendOperations
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<FrontendActionList> |
getActionList(String frontedApiUrlBase,
ETagInfo etag)
- GET
|
org.springframework.http.ResponseEntity<FrontendStatus> |
getStatus(String frontedApiUrlBase,
ETagInfo etag)
- GET
|
org.springframework.http.ResponseEntity<Bool> |
sendAction(String frontedApiUrlBase,
String action,
String file,
int width,
int height)
- GET
|
org.springframework.http.ResponseEntity<Bool> |
sendMessage(String frontedApiUrlBase,
String message)
- GET
|
org.springframework.http.ResponseEntity<FrontendStatus> getStatus(String frontedApiUrlBase, ETagInfo etag) throws MythServiceApiRuntimeException
frontedApiUrlBase - MythServiceApiRuntimeExceptionorg.springframework.http.ResponseEntity<Bool> sendMessage(String frontedApiUrlBase, String message) throws MythServiceApiRuntimeException
frontedApiUrlBase - message - MythServiceApiRuntimeExceptionorg.springframework.http.ResponseEntity<Bool> sendAction(String frontedApiUrlBase, String action, String file, int width, int height) throws MythServiceApiRuntimeException
frontedApiUrlBase - action - file - width - height - MythServiceApiRuntimeExceptionorg.springframework.http.ResponseEntity<FrontendActionList> getActionList(String frontedApiUrlBase, ETagInfo etag) throws MythServiceApiRuntimeException
frontedApiUrlBase - MythServiceApiRuntimeExceptionCopyright © 2012. All Rights Reserved.