Class MobileConnectionCheckTask

java.lang.Object
org.eblocker.server.common.openvpn.connection.MobileConnectionCheckTask
All Implemented Interfaces:
Runnable

public class MobileConnectionCheckTask extends Object implements Runnable
  • 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