Uses of Class
org.eblocker.server.upnp.UpnpPortForwarding
Packages that use UpnpPortForwarding
-
Uses of UpnpPortForwarding in org.eblocker.server.upnp
Methods in org.eblocker.server.upnp that return UpnpPortForwardingMethods in org.eblocker.server.upnp that return types with arguments of type UpnpPortForwardingModifier and TypeMethodDescriptionUpnpManagementService.findExistingForwardingsBlockingRequest(int externalPort, int internalPort) UpnpManagementService.getPortForwardings()Methods in org.eblocker.server.upnp with parameters of type UpnpPortForwardingModifier and TypeMethodDescriptionUpnpManagementService.addPortForwarding(UpnpPortForwarding portForwarding) UpnpPortForwardingAddFactory.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) UpnpManagementService.removePortForwarding(UpnpPortForwarding portForwarding) Method parameters in org.eblocker.server.upnp with type arguments of type UpnpPortForwardingModifier and TypeMethodDescriptionUpnpManagementService.addPortForwardings(List<UpnpPortForwarding> portForwardings) UpnpManagementService.removePortForwardings(List<UpnpPortForwarding> portForwardings) Constructors in org.eblocker.server.upnp with parameters of type UpnpPortForwardingModifierConstructorDescriptionUpnpPortForwardingAdd(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) UpnpPortForwardingResult(UpnpPortForwarding correspondingPortForwarding) UpnpPortForwardingResult(UpnpPortForwarding correspondingPortForwarding, boolean success, String errorMsg)