Uses of Class
org.eblocker.server.http.service.OpenVpnServerService
Packages that use OpenVpnServerService
Package
Description
-
Uses of OpenVpnServerService in org.eblocker.server.common.openvpn.connection
Constructors in org.eblocker.server.common.openvpn.connection with parameters of type OpenVpnServerServiceModifierConstructorDescriptionMobileConnectionCheckService(UpnpManagementService upnpService, ScheduledExecutorService executorService, com.google.inject.Provider<MobileConnectionCheckTask> testTaskProvider, OpenVpnServerService openVpnServerService, DataSource dataSource, int portForwardingDuration, int internalPort, String portForwardingDescription) 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) MobileDnsCheckService(DeviceRegistrationClient deviceRegistrationClient, OpenVpnServerService openVpnServerService) -
Uses of OpenVpnServerService in org.eblocker.server.common.openvpn.server
Constructors in org.eblocker.server.common.openvpn.server with parameters of type OpenVpnServerServiceModifierConstructorDescriptionOpenVpnClientConfigurationService(OpenVpnServerService openVpnServerService, OpenVpnCa openVpnCa, String openVpnServerPath, String windowsClientTemplatePath, String unixClientTemplatePath, String macosClientTemplatePath) -
Uses of OpenVpnServerService in org.eblocker.server.common.squid
Constructors in org.eblocker.server.common.squid with parameters of type OpenVpnServerServiceModifierConstructorDescriptionSquidConfigController(SquidAcl sslClientsAcl, SquidAcl torClientsAcl, SquidAcl disabledClientsAcl, ConfigurableDeviceFilterAcl filteredClientsAcl, SquidAcl mobileClientsAcl, SquidAcl mobileClientsPrivateNetworkAccessAcl, String vpnAclDirectoryPath, String mimeAclFilePath, String xForwardDomainsAclFilePath, String xForwardIpsAclFilePath, String xForwardIps, String squidClearCertCacheScript, String confTemplateFilePath, String confStaticFilePath, String squidConfigSslExclusiveFile, String squidConfigNoSslExclusiveFile, String confFilePath, String cacheLog, String sslKeyFilePath, String sslCertFilePath, String squidWorkers, String controlBarHostName, String controlBarHostFallbackIp, String dnsLocalNames, ScriptRunner scriptRunner, SquidReloadingService reloadingService, DataSource dataSource, SslService sslService, NetworkInterfaceWrapper networkInterface, JsonWebTokenHandler tokenHandler, NetworkServices networkServices, DeviceService deviceService, ConfigurableDeviceFilterAclFactory squidAclFactory, OpenVpnServerService openVpnServerService, Environment environment, Ip6PrefixMonitor prefixMonitor, FeatureServiceSubscriber featureServiceSubscriber) -
Uses of OpenVpnServerService in org.eblocker.server.http.backup
Constructors in org.eblocker.server.http.backup with parameters of type OpenVpnServerServiceModifierConstructorDescriptionOpenVpnServerBackupProvider(OpenVpnServerService service, OpenVpnCa ca, String openVpnServerPath, String caPath, org.eblocker.crypto.CryptoService cryptoService) -
Uses of OpenVpnServerService in org.eblocker.server.http.controller.impl
Constructors in org.eblocker.server.http.controller.impl with parameters of type OpenVpnServerServiceModifierConstructorDescriptionOpenVpnServerControllerImpl(OpenVpnServerService openVpnServerService, OpenVpnClientConfigurationService openVpnClientConfigurationService, DeviceService deviceService, DeviceRegistrationProperties deviceRegistrationProperties, NetworkStateMachine networkStateMachine)