Uses of Class
org.teleal.cling.protocol.SendingAsync

Packages that use SendingAsync
org.teleal.cling.protocol   
org.teleal.cling.protocol.async   
org.teleal.cling.protocol.sync   
 

Uses of SendingAsync in org.teleal.cling.protocol
 

Subclasses of SendingAsync in org.teleal.cling.protocol
 class SendingSync<IN extends StreamRequestMessage,OUT extends StreamResponseMessage>
          Supertype for all synchronously executing protocols, sending UPnP messages.
 

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

Subclasses of SendingAsync in org.teleal.cling.protocol.async
 class SendingNotification
          Sending notification messages for a registered local device.
 class SendingNotificationAlive
          Sending ALIVE notification messages for a registered local device.
 class SendingNotificationByebye
          Sending BYEBYE notification messages for a registered local device.
 class SendingSearch
          Sending search request messages using the supplied search type.
 

Uses of SendingAsync in org.teleal.cling.protocol.sync
 

Subclasses of SendingAsync in org.teleal.cling.protocol.sync
 class SendingAction
          Sending control message, transforming a local ActionInvocation.
 class SendingEvent
          Sending GENA event messages to remote subscribers.
 class SendingRenewal
          Renewing a GENA event subscription with a remote host.
 class SendingSubscribe
          Establishing a GENA event subscription with a remote host.
 class SendingUnsubscribe
          Disconnecting a GENA event subscription with a remote host.
 



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