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

Packages that use UpnpResponse
org.teleal.cling.controlpoint   
org.teleal.cling.model.gena   
org.teleal.cling.model.message   
org.teleal.cling.model.message.control   
org.teleal.cling.model.message.discovery   
org.teleal.cling.model.message.gena   
org.teleal.cling.protocol.async   
 

Uses of UpnpResponse in org.teleal.cling.controlpoint
 

Methods in org.teleal.cling.controlpoint with parameters of type UpnpResponse
protected  String ActionCallback.createDefaultFailureMessage(ActionInvocation actionInvocation, UpnpResponse operation)
           
static String SubscriptionCallback.createDefaultFailureMessage(UpnpResponse responseStatus, Exception exception)
           
abstract  void SubscriptionCallback.ended(GENASubscription subscription, CancelReason reason, UpnpResponse responseStatus)
          Called when a local or remote subscription ended, either on user request or because of a failure.
abstract  void SubscriptionCallback.failed(GENASubscription subscription, UpnpResponse responseStatus, Exception exception)
          Called when establishing a local or remote subscription failed.
abstract  void ActionCallback.failure(ActionInvocation actionInvocation, UpnpResponse operation)
           
 

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

Methods in org.teleal.cling.model.gena with parameters of type UpnpResponse
 void RemoteGENASubscription.end(CancelReason reason, UpnpResponse response)
           
abstract  void RemoteGENASubscription.ended(CancelReason reason, UpnpResponse responseStatus)
           
 void RemoteGENASubscription.fail(UpnpResponse responseStatus)
           
abstract  void RemoteGENASubscription.failed(UpnpResponse responseStatus)
           
 

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

Constructors in org.teleal.cling.model.message with parameters of type UpnpResponse
StreamResponseMessage(UpnpResponse operation)
           
StreamResponseMessage(UpnpResponse operation, byte[] body)
           
StreamResponseMessage(UpnpResponse operation, String body)
           
 

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

Constructors in org.teleal.cling.model.message.control with parameters of type UpnpResponse
IncomingActionResponseMessage(UpnpResponse operation)
           
 

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

Constructor parameters in org.teleal.cling.model.message.discovery with type arguments of type UpnpResponse
IncomingSearchResponse(IncomingDatagramMessage<UpnpResponse> source)
           
 

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

Constructors in org.teleal.cling.model.message.gena with parameters of type UpnpResponse
OutgoingEventResponseMessage(UpnpResponse operation)
           
 

Uses of UpnpResponse in org.teleal.cling.protocol.async
 

Constructor parameters in org.teleal.cling.protocol.async with type arguments of type UpnpResponse
ReceivingSearchResponse(UpnpService upnpService, IncomingDatagramMessage<UpnpResponse> inputMessage)
           
 



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