org.teleal.cling.android
Class AndroidUpnpServiceConfiguration

java.lang.Object
  extended by org.teleal.cling.DefaultUpnpServiceConfiguration
      extended by org.teleal.cling.android.AndroidUpnpServiceConfiguration
All Implemented Interfaces:
UpnpServiceConfiguration

public class AndroidUpnpServiceConfiguration
extends DefaultUpnpServiceConfiguration

Author:
Christian Bauer

Constructor Summary
AndroidUpnpServiceConfiguration()
           
 
Method Summary
protected  Executor createDefaultExecutor()
           
protected  NetworkAddressFactory createNetworkAddressFactory(int streamListenPort)
           
 StreamClient createStreamClient()
           
 StreamServer createStreamServer(NetworkAddressFactory networkAddressFactory)
           
 
Methods inherited from class org.teleal.cling.DefaultUpnpServiceConfiguration
createDatagramIO, createDatagramProcessor, createDeviceDescriptorBinderUDA10, createGENAEventProcessor, createMulticastReceiver, createNetworkAddressFactory, createServiceDescriptorBinderUDA10, createSOAPActionProcessor, getAsyncProtocolExecutor, getDatagramIOExecutor, getDatagramProcessor, getDefaultExecutor, getDeviceDescriptorBinderUDA10, getGenaEventProcessor, getMulticastReceiverExecutor, getRegistryListenerExecutor, getRegistryMaintainerExecutor, getServiceDescriptorBinderUDA10, getSoapActionProcessor, getStreamServerExecutor, getSyncProtocolExecutor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AndroidUpnpServiceConfiguration

public AndroidUpnpServiceConfiguration()
Method Detail

createNetworkAddressFactory

protected NetworkAddressFactory createNetworkAddressFactory(int streamListenPort)
Overrides:
createNetworkAddressFactory in class DefaultUpnpServiceConfiguration

createStreamServer

public StreamServer createStreamServer(NetworkAddressFactory networkAddressFactory)
Specified by:
createStreamServer in interface UpnpServiceConfiguration
Overrides:
createStreamServer in class DefaultUpnpServiceConfiguration

createStreamClient

public StreamClient createStreamClient()
Specified by:
createStreamClient in interface UpnpServiceConfiguration
Overrides:
createStreamClient in class DefaultUpnpServiceConfiguration

createDefaultExecutor

protected Executor createDefaultExecutor()
Overrides:
createDefaultExecutor in class DefaultUpnpServiceConfiguration


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