Uses of Class
org.eblocker.server.upnp.UpnpManagementService
Packages that use UpnpManagementService
Package
Description
-
Uses of UpnpManagementService in org.eblocker.server.common.openvpn.connection
Constructors in org.eblocker.server.common.openvpn.connection with parameters of type UpnpManagementServiceModifierConstructorDescriptionMobileConnectionCheckService(UpnpManagementService upnpService, ScheduledExecutorService executorService, com.google.inject.Provider<MobileConnectionCheckTask> testTaskProvider, OpenVpnServerService openVpnServerService, DataSource dataSource, int portForwardingDuration, int internalPort, String portForwardingDescription) -
Uses of UpnpManagementService in org.eblocker.server.common.scheduler
Constructors in org.eblocker.server.common.scheduler with parameters of type UpnpManagementServiceModifierConstructorDescriptionUpnpWatchdogScheduler(UpnpManagementService upnpManagementService, long startupDelay, long fixedRate) -
Uses of UpnpManagementService in org.eblocker.server.http.service
Fields in org.eblocker.server.http.service declared as UpnpManagementServiceModifier and TypeFieldDescriptionprotected final UpnpManagementServiceVpnServerService.upnpServiceConstructors in org.eblocker.server.http.service with parameters of type UpnpManagementServiceModifierConstructorDescriptionOpenVpnServerService(ScriptRunner scriptRunner, DataSource dataSource, DeviceService deviceService, UpnpManagementService upnpService, EblockerDnsServer dnsServer, DnsService dnsService, DynDnsService dynDnsService, ScheduledExecutorService executorService, EventLogger eventLogger, String openVpnServerCommand, int port, int tempDuration, int duration, String portForwardingDescription, OpenVpnCa openVpnCa) VpnServerService(UpnpManagementService upnpService, int serverPort, String portForwardingDescription, int tempDuration, int duration) -
Uses of UpnpManagementService in org.eblocker.server.upnp
Methods in org.eblocker.server.upnp with parameters of type UpnpManagementServiceModifier and TypeMethodDescriptionUpnpPortForwardingAddFactory.create(org.fourthline.cling.model.meta.Service service, org.fourthline.cling.controlpoint.ControlPoint controlPoint, UpnpPortForwarding portForwarding, UpnpManagementService callingService) UpnpPortForwardingDeleteFactory.create(org.fourthline.cling.model.meta.Service service, org.fourthline.cling.controlpoint.ControlPoint controlPoint, UpnpPortForwarding portForwarding, UpnpManagementService callingService) Constructors in org.eblocker.server.upnp with parameters of type UpnpManagementServiceModifierConstructorDescriptionUpnpPortForwardingAdd(org.fourthline.cling.model.meta.Service service, org.fourthline.cling.controlpoint.ControlPoint controlPoint, UpnpPortForwarding portForwarding, UpnpManagementService callingService) UpnpPortForwardingDelete(org.fourthline.cling.model.meta.Service service, org.fourthline.cling.controlpoint.ControlPoint controlPoint, UpnpPortForwarding portForwarding, UpnpManagementService callingService)