Class MobileConnectionCheckTask
java.lang.Object
org.eblocker.server.common.openvpn.connection.MobileConnectionCheckTask
- All Implemented Interfaces:
Runnable
-
Constructor Summary
ConstructorsConstructorDescriptionMobileConnectionCheckTask(int timeout, int numberOfMessagesProtocol, int pollInterval, int pollTries, String protocols, int port, OpenVpnServerService openVpnServerService, DeviceRegistrationClient deviceRegistrationClient, io.netty.channel.nio.NioEventLoopGroup bossGroup, io.netty.channel.nio.NioEventLoopGroup workerGroup) -
Method Summary
-
Constructor Details
-
MobileConnectionCheckTask
@Inject public MobileConnectionCheckTask(int timeout, int numberOfMessagesProtocol, int pollInterval, int pollTries, String protocols, int port, OpenVpnServerService openVpnServerService, DeviceRegistrationClient deviceRegistrationClient, io.netty.channel.nio.NioEventLoopGroup bossGroup, io.netty.channel.nio.NioEventLoopGroup workerGroup)
-
-
Method Details