Uses of Class
org.fourthline.cling.support.model.Protocol

Packages that use Protocol
org.fourthline.cling.support.model   
org.fourthline.cling.support.model.dlna   
 

Uses of Protocol in org.fourthline.cling.support.model
 

Fields in org.fourthline.cling.support.model declared as Protocol
protected  Protocol ProtocolInfo.protocol
           
 

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

Constructors in org.fourthline.cling.support.model with parameters of type Protocol
ProtocolInfo(Protocol protocol, String network, String contentFormat, String additionalInfo)
           
 

Uses of Protocol in org.fourthline.cling.support.model.dlna
 

Constructors in org.fourthline.cling.support.model.dlna with parameters of type Protocol
DLNAProtocolInfo(Protocol protocol, String network, String contentFormat, EnumMap<DLNAAttribute.Type,DLNAAttribute> attributes)
           
DLNAProtocolInfo(Protocol protocol, String network, String contentFormat, String additionalInfo)
           
 



Copyright © 2013 4th Line GmbH, Switzerland. All Rights Reserved.