org.teleal.cling
Class DefaultUpnpServiceConfiguration
java.lang.Object
org.teleal.cling.DefaultUpnpServiceConfiguration
- All Implemented Interfaces:
- UpnpServiceConfiguration
- Direct Known Subclasses:
- AndroidUpnpServiceConfiguration
public class DefaultUpnpServiceConfiguration
- extends Object
- implements UpnpServiceConfiguration
- Author:
- Christian Bauer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultUpnpServiceConfiguration
public DefaultUpnpServiceConfiguration()
DefaultUpnpServiceConfiguration
public DefaultUpnpServiceConfiguration(int streamListenPort)
getDatagramProcessor
public DatagramProcessor getDatagramProcessor()
- Specified by:
getDatagramProcessor in interface UpnpServiceConfiguration
getSoapActionProcessor
public SOAPActionProcessor getSoapActionProcessor()
- Specified by:
getSoapActionProcessor in interface UpnpServiceConfiguration
getGenaEventProcessor
public GENAEventProcessor getGenaEventProcessor()
- Specified by:
getGenaEventProcessor in interface UpnpServiceConfiguration
createStreamClient
public StreamClient createStreamClient()
- Specified by:
createStreamClient in interface UpnpServiceConfiguration
createMulticastReceiver
public MulticastReceiver createMulticastReceiver(NetworkAddressFactory networkAddressFactory)
- Specified by:
createMulticastReceiver in interface UpnpServiceConfiguration
createDatagramIO
public DatagramIO createDatagramIO(NetworkAddressFactory networkAddressFactory)
- Specified by:
createDatagramIO in interface UpnpServiceConfiguration
createStreamServer
public StreamServer createStreamServer(NetworkAddressFactory networkAddressFactory)
- Specified by:
createStreamServer in interface UpnpServiceConfiguration
getMulticastReceiverExecutor
public Executor getMulticastReceiverExecutor()
- Specified by:
getMulticastReceiverExecutor in interface UpnpServiceConfiguration
getDatagramIOExecutor
public Executor getDatagramIOExecutor()
- Specified by:
getDatagramIOExecutor in interface UpnpServiceConfiguration
getStreamServerExecutor
public Executor getStreamServerExecutor()
- Specified by:
getStreamServerExecutor in interface UpnpServiceConfiguration
getDeviceDescriptorBinderUDA10
public DeviceDescriptorBinder getDeviceDescriptorBinderUDA10()
- Specified by:
getDeviceDescriptorBinderUDA10 in interface UpnpServiceConfiguration
getServiceDescriptorBinderUDA10
public ServiceDescriptorBinder getServiceDescriptorBinderUDA10()
- Specified by:
getServiceDescriptorBinderUDA10 in interface UpnpServiceConfiguration
getAsyncProtocolExecutor
public Executor getAsyncProtocolExecutor()
- Specified by:
getAsyncProtocolExecutor in interface UpnpServiceConfiguration
getSyncProtocolExecutor
public Executor getSyncProtocolExecutor()
- Specified by:
getSyncProtocolExecutor in interface UpnpServiceConfiguration
getRegistryMaintainerExecutor
public Executor getRegistryMaintainerExecutor()
- Specified by:
getRegistryMaintainerExecutor in interface UpnpServiceConfiguration
getRegistryListenerExecutor
public Executor getRegistryListenerExecutor()
- Specified by:
getRegistryListenerExecutor in interface UpnpServiceConfiguration
createNetworkAddressFactory
public NetworkAddressFactory createNetworkAddressFactory()
- Specified by:
createNetworkAddressFactory in interface UpnpServiceConfiguration
createNetworkAddressFactory
protected NetworkAddressFactory createNetworkAddressFactory(int streamListenPort)
createDatagramProcessor
protected DatagramProcessor createDatagramProcessor()
createSOAPActionProcessor
protected SOAPActionProcessor createSOAPActionProcessor()
createGENAEventProcessor
protected GENAEventProcessor createGENAEventProcessor()
createDeviceDescriptorBinderUDA10
protected DeviceDescriptorBinder createDeviceDescriptorBinderUDA10()
createServiceDescriptorBinderUDA10
protected ServiceDescriptorBinder createServiceDescriptorBinderUDA10()
getDefaultExecutor
protected Executor getDefaultExecutor()
createDefaultExecutor
protected Executor createDefaultExecutor()
Copyright © 2010 Teleal GmbH, Switzerland. All Rights Reserved.