Uses of Class
org.lastbamboo.common.portmapping.PortMappingProtocol

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.
 



Copyright © 2013 LittleShoot. All Rights Reserved.