Methods in edu.uiuc.cs.net.DPRPManager that throw DPRPAllocatePortException |
int |
ServerPortMgr.allocFreeExternalPort(java.net.InetAddress clientIP,
byte prot)
|
int |
ServerPortMgr.allocExternalPort(java.net.InetAddress clientIP,
int allocPort,
byte prot)
Reserves a specific external port in netfilter. |
int |
ServerPortMgr.allocLinuxPort(java.net.InetAddress clientIP,
int allocPort,
byte prot)
Builds the iptables command that creates a DNAT hole
on the gateway. |
private void |
ServerPortMgr.execCmd(java.lang.String[] cmdAry)
Actually makes the Runtime.exec() call, for the pre-setup
command-array. |