Uses of Class
org.teleal.cling.support.connectionmanager.dto.Protocol

Packages that use Protocol
org.teleal.cling.support.connectionmanager.dto   
 

Uses of Protocol in org.teleal.cling.support.connectionmanager.dto
 

Fields in org.teleal.cling.support.connectionmanager.dto declared as Protocol
protected  Protocol ProtocolInfo.protocol
           
 

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

Constructors in org.teleal.cling.support.connectionmanager.dto with parameters of type Protocol
ProtocolInfo(Protocol protocol, java.lang.String network, java.lang.String contentFormat, java.lang.String additionalInfo)
           
 



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