Uses of Class
org.teleal.cling.model.message.UpnpResponse.Status

Packages that use UpnpResponse.Status
org.teleal.cling.model.message   
org.teleal.cling.model.message.control   
org.teleal.cling.model.message.gena   
 

Uses of UpnpResponse.Status in org.teleal.cling.model.message
 

Methods in org.teleal.cling.model.message that return UpnpResponse.Status
 UpnpResponse.Status UpnpResponse.Status.getByStatusCode(int statusCode)
           
static UpnpResponse.Status UpnpResponse.Status.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static UpnpResponse.Status[] UpnpResponse.Status.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.teleal.cling.model.message with parameters of type UpnpResponse.Status
StreamResponseMessage(UpnpResponse.Status status)
           
UpnpResponse(UpnpResponse.Status status)
           
 

Uses of UpnpResponse.Status in org.teleal.cling.model.message.control
 

Constructors in org.teleal.cling.model.message.control with parameters of type UpnpResponse.Status
OutgoingActionResponseMessage(UpnpResponse.Status status)
           
OutgoingActionResponseMessage(UpnpResponse.Status status, Action action)
           
 

Uses of UpnpResponse.Status in org.teleal.cling.model.message.gena
 

Constructors in org.teleal.cling.model.message.gena with parameters of type UpnpResponse.Status
OutgoingSubscribeResponseMessage(UpnpResponse.Status status)
           
 



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