org.teleal.cling
Interface UpnpServiceConfiguration

All Known Implementing Classes:
AndroidUpnpServiceConfiguration, DefaultUpnpServiceConfiguration

public interface UpnpServiceConfiguration

Author:
Christian Bauer

Method Summary
 DatagramIO createDatagramIO(NetworkAddressFactory networkAddressFactory)
           
 MulticastReceiver createMulticastReceiver(NetworkAddressFactory networkAddressFactory)
           
 NetworkAddressFactory createNetworkAddressFactory()
           
 StreamClient createStreamClient()
           
 StreamServer createStreamServer(NetworkAddressFactory networkAddressFactory)
           
 Executor getAsyncProtocolExecutor()
           
 Executor getDatagramIOExecutor()
           
 DatagramProcessor getDatagramProcessor()
           
 DeviceDescriptorBinder getDeviceDescriptorBinderUDA10()
           
 GENAEventProcessor getGenaEventProcessor()
           
 Executor getMulticastReceiverExecutor()
           
 Executor getRegistryListenerExecutor()
           
 Executor getRegistryMaintainerExecutor()
           
 ServiceDescriptorBinder getServiceDescriptorBinderUDA10()
           
 SOAPActionProcessor getSoapActionProcessor()
           
 Executor getStreamServerExecutor()
           
 Executor getSyncProtocolExecutor()
           
 

Method Detail

createNetworkAddressFactory

NetworkAddressFactory createNetworkAddressFactory()

getDatagramProcessor

DatagramProcessor getDatagramProcessor()

getSoapActionProcessor

SOAPActionProcessor getSoapActionProcessor()

getGenaEventProcessor

GENAEventProcessor getGenaEventProcessor()

createStreamClient

StreamClient createStreamClient()

createMulticastReceiver

MulticastReceiver createMulticastReceiver(NetworkAddressFactory networkAddressFactory)

createDatagramIO

DatagramIO createDatagramIO(NetworkAddressFactory networkAddressFactory)

createStreamServer

StreamServer createStreamServer(NetworkAddressFactory networkAddressFactory)

getMulticastReceiverExecutor

Executor getMulticastReceiverExecutor()

getDatagramIOExecutor

Executor getDatagramIOExecutor()

getStreamServerExecutor

Executor getStreamServerExecutor()

getDeviceDescriptorBinderUDA10

DeviceDescriptorBinder getDeviceDescriptorBinderUDA10()

getServiceDescriptorBinderUDA10

ServiceDescriptorBinder getServiceDescriptorBinderUDA10()

getAsyncProtocolExecutor

Executor getAsyncProtocolExecutor()

getSyncProtocolExecutor

Executor getSyncProtocolExecutor()

getRegistryMaintainerExecutor

Executor getRegistryMaintainerExecutor()

getRegistryListenerExecutor

Executor getRegistryListenerExecutor()


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