Uses of Class
org.bitlet.weupnp.PortMappingEntry
-
-
Uses of PortMappingEntry in org.bitlet.weupnp
Methods in org.bitlet.weupnp with parameters of type PortMappingEntry Modifier and Type Method Description boolean
GatewayDevice. getGenericPortMappingEntry(int index, PortMappingEntry portMappingEntry)
Returns a specific port mapping entry, depending on a the supplied index.boolean
GatewayDevice. getSpecificPortMappingEntry(int externalPort, java.lang.String protocol, PortMappingEntry portMappingEntry)
Queries the GatewayDevice to retrieve a specific port mapping entry, corresponding to specified criteria, if present.
-