Interface UPnPWANIPv6FirewallControl
- All Superinterfaces:
UPnPSpecificService
- All Known Implementing Classes:
UPnPSSWANIPv6FirewallControlImpl
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddPinhole(boolean tcp, int port, InetAddress local_address, String description) voidremovePinhole(boolean tcp, int port) voidupdatePinhole(boolean tcp, int port) Methods inherited from interface UPnPSpecificService
getGenericService
-
Method Details
-
addPinhole
void addPinhole(boolean tcp, int port, InetAddress local_address, String description) throws UPnPException - Throws:
UPnPException
-
updatePinhole
- Throws:
UPnPException
-
removePinhole
- Throws:
UPnPException
-