Index
All Classes|All Packages
C
- close(int, Protocol) - Static method in class dev.omega24.upnp4j.UPnP4J
-
Closes a port using UPnP
- closePort(int, Protocol) - Method in class dev.omega24.upnp4j.gateway.Gateway
-
Closes a port using UPnP
D
- dev.omega24.upnp4j - package dev.omega24.upnp4j
- dev.omega24.upnp4j.gateway - package dev.omega24.upnp4j.gateway
- dev.omega24.upnp4j.util - package dev.omega24.upnp4j.util
G
- Gateway - Class in dev.omega24.upnp4j.gateway
-
A gateway that we can connect to
- GatewayFinder - Class in dev.omega24.upnp4j.gateway
-
Searches for a gateway to connect to
- GatewayFinder() - Constructor for class dev.omega24.upnp4j.gateway.GatewayFinder
-
Create a new
GatewayFinder - getExternalIP() - Method in class dev.omega24.upnp4j.gateway.Gateway
-
Gets the external IP of the router
- getExternalIP() - Static method in class dev.omega24.upnp4j.UPnP4J
-
Gets the external IP of the router
- getLocalIP() - Method in class dev.omega24.upnp4j.gateway.Gateway
-
Gets the local IP of the router
- getLocalIP() - Static method in class dev.omega24.upnp4j.UPnP4J
-
Gets the local IP of the router
I
- initialize() - Static method in class dev.omega24.upnp4j.UPnP4J
-
Initialize a connection to the router
- isOpen(int, Protocol) - Method in class dev.omega24.upnp4j.gateway.Gateway
-
Checks if a port is open
- isOpen(int, Protocol) - Static method in class dev.omega24.upnp4j.UPnP4J
-
Checks if a port is open
- isSearching() - Method in class dev.omega24.upnp4j.gateway.GatewayFinder
-
Checks if we're still searching for a gateway
- isUPnPAvailable() - Static method in class dev.omega24.upnp4j.UPnP4J
-
Checks if UPnP is available for the router
O
- onGatewayFind(Gateway) - Method in class dev.omega24.upnp4j.gateway.GatewayFinder
-
Called when a gateway is found
- open(int, Protocol) - Static method in class dev.omega24.upnp4j.UPnP4J
-
Opens a port using UPnP
- openPort(int, Protocol) - Method in class dev.omega24.upnp4j.gateway.Gateway
-
Opens a port using UPnP
P
- Protocol - Enum Class in dev.omega24.upnp4j.util
-
The protocols upnp4j supports
R
T
U
- UDP - Enum constant in enum class dev.omega24.upnp4j.util.Protocol
-
For the UDP protocol
- UPnP4J - Class in dev.omega24.upnp4j
-
The class to manage upnp4j from
- UPnP4J() - Constructor for class dev.omega24.upnp4j.UPnP4J
V
- valueOf(String) - Static method in enum class dev.omega24.upnp4j.util.Protocol
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class dev.omega24.upnp4j.util.Protocol
-
Returns an array containing the constants of this enum class, in the order they are declared.
All Classes|All Packages