PocketMine-MP 5.21.2 git-a6534ecbbbcf369264567d27e5ed70f7f5be9816
Loading...
Searching...
No Matches
pocketmine\network\upnp\UPnP Class Reference
+ Collaboration diagram for pocketmine\network\upnp\UPnP:

Static Public Member Functions

static getServiceUrl ()
 
static portForward (string $serviceURL, string $internalIP, int $internalPort, int $externalPort)
 
static removePortForward (string $serviceURL, int $externalPort)
 

Detailed Description

Definition at line 88 of file UPnP.php.

Member Function Documentation

◆ getServiceUrl()

static pocketmine\network\upnp\UPnP::getServiceUrl ( )
static
Exceptions
UPnPException

Definition at line 107 of file UPnP.php.

Referenced by pocketmine\network\upnp\UPnPNetworkInterface\start().

+ Here is the caller graph for this function:

◆ portForward()

static pocketmine\network\upnp\UPnP::portForward ( string $serviceURL,
string $internalIP,
int $internalPort,
int $externalPort )
static
Exceptions
UPnPException

Definition at line 195 of file UPnP.php.

Referenced by pocketmine\network\upnp\UPnPNetworkInterface\start().

+ Here is the caller graph for this function:

◆ removePortForward()

static pocketmine\network\upnp\UPnP::removePortForward ( string $serviceURL,
int $externalPort )
static

Definition at line 223 of file UPnP.php.


The documentation for this class was generated from the following file: