Interface MobileConnectionCheckController
- All Known Implementing Classes:
MobileConnectionCheckControllerImpl
public interface MobileConnectionCheckController
-
Method Details
-
start
void start(org.restexpress.Request request, org.restexpress.Response response) -
stop
void stop(org.restexpress.Request request, org.restexpress.Response response) -
getStatus
MobileConnectionCheckStatus getStatus(org.restexpress.Request request, org.restexpress.Response response)
-