Skip navigation links
C G I O U 

C

closePortTCP(int) - Static method in class com.simtechdata.waifupnp.UPnP
Closes a TCP port on the gateway.
Some routers seem to refuse to do this.
closePortTCP(int) - Static method in class com.simtechdata.waifupnp.UPnP
Closes a TCP port on the gateway.
Some routers seem to refuse to do this.
closePortUDP(int) - Static method in class com.simtechdata.waifupnp.UPnP
Closes a UDP port on the gateway.
Some routers seem to refuse to do this.
closePortUDP(int) - Static method in class com.simtechdata.waifupnp.UPnP
Closes a UDP port on the gateway.
Some routers seem to refuse to do this.
com.simtechdata.waifupnp - package com.simtechdata.waifupnp
 

G

getDefaultGatewayIP() - Static method in class com.simtechdata.waifupnp.UPnP
Gets the internal IP address of the router.

192.168.1.1 is typically the default IP address for most SOHO (Small Office Home Office) routers.
getDefaultGatewayIP() - Static method in class com.simtechdata.waifupnp.UPnP
Gets the internal IP address of the router.

192.168.1.1 is typically the default IP address for most SOHO (Small Office Home Office) routers.
getExternalIP() - Static method in class com.simtechdata.waifupnp.UPnP
Gets the external IP address of the default gateway.

This is the public IP address that is assigned to your router by your Internet Service Provider.
getExternalIP() - Static method in class com.simtechdata.waifupnp.UPnP
Gets the external IP address of the default gateway.

This is the public IP address that is assigned to your router by your Internet Service Provider.
getLocalIP() - Static method in class com.simtechdata.waifupnp.UPnP
Gets the IP address of the machine or device that your program is currently running on.

If this is the first method called after your program starts, it will take a while because it first needs to run isUPnPAvailable().
getLocalIP() - Static method in class com.simtechdata.waifupnp.UPnP
Gets the IP address of the machine or device that your program is currently running on.

If this is the first method called after your program starts, it will take a while because it first needs to run isUPnPAvailable().

I

isMappedTCP(int) - Static method in class com.simtechdata.waifupnp.UPnP
Checks if a TCP port is mapped.

If this is the first method called after your program starts, it will take a while because it first needs to run isUPnPAvailable().
isMappedTCP(int) - Static method in class com.simtechdata.waifupnp.UPnP
Checks if a TCP port is mapped.

If this is the first method called after your program starts, it will take a while because it first needs to run isUPnPAvailable().
isMappedUDP(int) - Static method in class com.simtechdata.waifupnp.UPnP
Checks if a UDP port is mapped.

If this is the first method called after your program starts, it will take a while because it first needs to run isUPnPAvailable().
isMappedUDP(int) - Static method in class com.simtechdata.waifupnp.UPnP
Checks if a UDP port is mapped.

If this is the first method called after your program starts, it will take a while because it first needs to run isUPnPAvailable().
isUPnPAvailable() - Static method in class com.simtechdata.waifupnp.UPnP
This method gets your computer or devices configured default gateway (usually 192.168.1.1 by default on most SOHO routers) and it queries it to find out if the UPnP service is enabled.
isUPnPAvailable() - Static method in class com.simtechdata.waifupnp.UPnP
This method gets your computer or devices configured default gateway (usually 192.168.1.1 by default on most SOHO routers) and it queries it to find out if the UPnP service is enabled.

O

openPortTCP(int) - Static method in class com.simtechdata.waifupnp.UPnP
Opens a TCP port on the gateway.

If this is the first method called after your program starts, it will take a while because it first needs to run isUPnPAvailable().
openPortTCP(int) - Static method in class com.simtechdata.waifupnp.UPnP
Opens a TCP port on the gateway.

If this is the first method called after your program starts, it will take a while because it first needs to run isUPnPAvailable().
openPortUDP(int) - Static method in class com.simtechdata.waifupnp.UPnP
Opens a UDP port on the gateway.

If this is the first method called after your program starts, it will take a while because it first needs to run isUPnPAvailable().
openPortUDP(int) - Static method in class com.simtechdata.waifupnp.UPnP
Opens a UDP port on the gateway.

If this is the first method called after your program starts, it will take a while because it first needs to run isUPnPAvailable().

U

UPnP - Class in com.simtechdata.waifupnp
The original project for this library can be found at this repository, however the project is being published to Maven Central from this repository.

This class contains static methods that allow quick access to UPnP Port Mapping and is the only class you will need to interact with.
UPnP - Class in com.simtechdata.waifupnp
The original project for this library can be found at this repository, however the project is being published to Maven Central from this repository.

This class contains static methods that allow quick access to UPnP Port Mapping and is the only class you will need to interact with.
UPnP() - Constructor for class com.simtechdata.waifupnp.UPnP
 
UPnP() - Constructor for class com.simtechdata.waifupnp.UPnP
 
C G I O U 
Skip navigation links

Copyright © 2022. All rights reserved.