|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of PortMappingProtocol in org.lastbamboo.common.portmapping |
|---|
| Methods in org.lastbamboo.common.portmapping that return PortMappingProtocol | |
|---|---|
static PortMappingProtocol |
PortMappingProtocol.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static PortMappingProtocol[] |
PortMappingProtocol.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.lastbamboo.common.portmapping with parameters of type PortMappingProtocol | |
|---|---|
int |
NatPmpService.addNatPmpMapping(PortMappingProtocol protocol,
int localPort,
int externalPortRequested,
PortMapListener portMapListener)
The return value is an index that identifies this port mapping. |
int |
UpnpService.addUpnpMapping(PortMappingProtocol protocol,
int localPort,
int externalPortRequested,
PortMapListener portMapListener)
The return value is an index that identifies this port mapping. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||