Uses of Interface
org.teleal.cling.UpnpService

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

Uses of UpnpService in org.teleal.cling
 

Classes in org.teleal.cling that implement UpnpService
 class UpnpServiceImpl
           
 

Uses of UpnpService in org.teleal.cling.protocol
 

Fields in org.teleal.cling.protocol declared as UpnpService
protected  UpnpService ProtocolFactoryImpl.upnpService
           
 

Methods in org.teleal.cling.protocol that return UpnpService
 UpnpService SendingAsync.getUpnpService()
           
 UpnpService RetrieveRemoteDescriptors.getUpnpService()
           
 UpnpService ReceivingAsync.getUpnpService()
           
 UpnpService ProtocolFactoryImpl.getUpnpService()
           
 UpnpService ProtocolFactory.getUpnpService()
           
 

Constructors in org.teleal.cling.protocol with parameters of type UpnpService
ProtocolFactoryImpl(UpnpService upnpService)
           
ReceivingAsync(UpnpService upnpService, M inputMessage)
           
ReceivingSync(UpnpService upnpService, IN inputMessage)
           
RetrieveRemoteDescriptors(UpnpService upnpService, RemoteDevice rd)
           
SendingAsync(UpnpService upnpService)
           
SendingAsync(UpnpService upnpService, InetAddress destinationAddress, int destinationPort)
           
SendingSync(UpnpService upnpService)
           
SendingSync(UpnpService upnpService, IN inputMessage)
           
 

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

Constructors in org.teleal.cling.protocol.async with parameters of type UpnpService
ReceivingNotification(UpnpService upnpService, IncomingDatagramMessage<UpnpRequest> inputMessage)
           
ReceivingSearch(UpnpService upnpService, IncomingDatagramMessage<UpnpRequest> inputMessage)
           
ReceivingSearchResponse(UpnpService upnpService, IncomingDatagramMessage<UpnpResponse> inputMessage)
           
SendingNotification(UpnpService upnpService, LocalDevice device)
           
SendingNotificationAlive(UpnpService upnpService, LocalDevice device)
           
SendingNotificationByebye(UpnpService upnpService, LocalDevice device)
           
SendingSearch(UpnpService upnpService)
           
SendingSearch(UpnpService upnpService, UpnpHeader searchTarget)
           
 

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

Constructors in org.teleal.cling.protocol.sync with parameters of type UpnpService
ReceivingAction(UpnpService upnpService, StreamRequestMessage inputMessage)
           
ReceivingEvent(UpnpService upnpService, StreamRequestMessage inputMessage)
           
ReceivingRetrieval(UpnpService upnpService, StreamRequestMessage inputMessage)
           
ReceivingSubscribe(UpnpService upnpService, StreamRequestMessage inputMessage)
           
ReceivingUnsubscribe(UpnpService upnpService, StreamRequestMessage inputMessage)
           
SendingAction(UpnpService upnpService, ActionInvocation actionInvocation, URL controlURL)
           
SendingEvent(UpnpService upnpService, LocalGENASubscription subscription)
           
SendingRenewal(UpnpService upnpService, RemoteGENASubscription subscription)
           
SendingSubscribe(UpnpService upnpService, RemoteGENASubscription subscription)
           
SendingUnsubscribe(UpnpService upnpService, RemoteGENASubscription subscription)
           
 



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