Uses of Interface
org.teleal.cling.UpnpService

Packages that use UpnpService
org.teleal.cling   
org.teleal.cling.android   
org.teleal.cling.mock   
org.teleal.cling.protocol   
org.teleal.cling.protocol.async   
org.teleal.cling.protocol.sync   
org.teleal.cling.registry   
 

Uses of UpnpService in org.teleal.cling
 

Classes in org.teleal.cling that implement UpnpService
 class UpnpServiceImpl
          Default implementation of UpnpService, starts immediately on construction.
 

Uses of UpnpService in org.teleal.cling.android
 

Fields in org.teleal.cling.android declared as UpnpService
protected  UpnpService AndroidUpnpServiceImpl.upnpService
           
 

Methods in org.teleal.cling.android that return UpnpService
 UpnpService AndroidUpnpServiceImpl.Binder.get()
           
 UpnpService AndroidUpnpService.get()
           
 

Uses of UpnpService in org.teleal.cling.mock
 

Classes in org.teleal.cling.mock that implement UpnpService
 class MockUpnpService
          Simplifies testing of core and non-core modules.
 

Methods in org.teleal.cling.mock with parameters of type UpnpService
protected  ProtocolFactory MockUpnpService.createProtocolFactory(UpnpService service, boolean sendsAlive)
           
 

Constructors in org.teleal.cling.mock with parameters of type UpnpService
MockUpnpService.MockProtocolFactory(UpnpService upnpService, boolean sendsAlive)
           
 

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)
           
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)
          Defaults to STAllHeader and an MX of 3 seconds.
SendingSearch(UpnpService upnpService, UpnpHeader searchTarget)
          Defaults to an MX value of 3 seconds.
SendingSearch(UpnpService upnpService, UpnpHeader searchTarget, int mxSeconds)
           
 

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)
           
 

Uses of UpnpService in org.teleal.cling.registry
 

Fields in org.teleal.cling.registry declared as UpnpService
protected  UpnpService RegistryImpl.upnpService
           
 

Methods in org.teleal.cling.registry that return UpnpService
 UpnpService RegistryImpl.getUpnpService()
           
 UpnpService Registry.getUpnpService()
           
 

Constructors in org.teleal.cling.registry with parameters of type UpnpService
RegistryImpl(UpnpService upnpService)
          Starts background maintenance immediately.
 



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