Class MobileConnectionCheckControllerImpl
java.lang.Object
org.eblocker.server.http.controller.impl.MobileConnectionCheckControllerImpl
- All Implemented Interfaces:
MobileConnectionCheckController
public class MobileConnectionCheckControllerImpl
extends Object
implements MobileConnectionCheckController
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
-
Constructor Details
-
MobileConnectionCheckControllerImpl
-
-
Method Details
-
start
public void start(org.restexpress.Request request, org.restexpress.Response response) - Specified by:
startin interfaceMobileConnectionCheckController
-
stop
public void stop(org.restexpress.Request request, org.restexpress.Response response) - Specified by:
stopin interfaceMobileConnectionCheckController
-
getStatus
public MobileConnectionCheckStatus getStatus(org.restexpress.Request request, org.restexpress.Response response) - Specified by:
getStatusin interfaceMobileConnectionCheckController
-