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

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

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

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

Methods in org.teleal.cling.support.connectionmanager.protocolinfo 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.protocolinfo 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.