Package org.eblocker.server.upnp
Class UpnpPortForwarding
java.lang.Object
org.fourthline.cling.support.model.PortMapping
org.eblocker.server.upnp.UpnpPortForwarding
public class UpnpPortForwarding
extends org.fourthline.cling.support.model.PortMapping
-
Nested Class Summary
Nested classes/interfaces inherited from class org.fourthline.cling.support.model.PortMapping
org.fourthline.cling.support.model.PortMapping.Protocol -
Constructor Summary
ConstructorsConstructorDescriptionUpnpPortForwarding(int externalPort, int internalPort, String internalHostIp, int durationSeconds, String description, org.fourthline.cling.support.model.PortMapping.Protocol protocol, boolean permanent) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()booleanvoidsetPermanent(boolean permanent) Methods inherited from class org.fourthline.cling.support.model.PortMapping
getDescription, getExternalPort, getInternalClient, getInternalPort, getLeaseDurationSeconds, getProtocol, getRemoteHost, hasDescription, hasRemoteHost, isEnabled, setDescription, setEnabled, setExternalPort, setInternalClient, setInternalPort, setLeaseDurationSeconds, setProtocol, setRemoteHost, toString
-
Constructor Details
-
UpnpPortForwarding
public UpnpPortForwarding() -
UpnpPortForwarding
-
UpnpPortForwarding
-
-
Method Details