Uses of Class
org.teleal.cling.support.model.PortMapping.Protocol

Packages that use PortMapping.Protocol
org.teleal.cling.support.model   
 

Uses of PortMapping.Protocol in org.teleal.cling.support.model
 

Methods in org.teleal.cling.support.model that return PortMapping.Protocol
 PortMapping.Protocol PortMapping.getProtocol()
           
static PortMapping.Protocol PortMapping.Protocol.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PortMapping.Protocol[] PortMapping.Protocol.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.teleal.cling.support.model with parameters of type PortMapping.Protocol
 void PortMapping.setProtocol(PortMapping.Protocol protocol)
           
 

Constructors in org.teleal.cling.support.model with parameters of type PortMapping.Protocol
PortMapping(boolean enabled, org.teleal.cling.model.types.UnsignedIntegerFourBytes leaseDurationSeconds, String remoteHost, org.teleal.cling.model.types.UnsignedIntegerTwoBytes externalPort, org.teleal.cling.model.types.UnsignedIntegerTwoBytes internalPort, String internalClient, PortMapping.Protocol protocol, String description)
           
PortMapping(int port, String internalClient, PortMapping.Protocol protocol)
           
PortMapping(int port, String internalClient, PortMapping.Protocol protocol, String description)
           
PortMapping(String remoteHost, org.teleal.cling.model.types.UnsignedIntegerTwoBytes externalPort, PortMapping.Protocol protocol)
           
 



Copyright © 2011 Teleal GmbH, Switzerland. All Rights Reserved.