Uses of Interface
org.fourthline.cling.transport.spi.NetworkAddressFactory

Packages that use NetworkAddressFactory
org.fourthline.cling   
org.fourthline.cling.android   
org.fourthline.cling.mock   
org.fourthline.cling.transport   
org.fourthline.cling.transport.impl   
 

Uses of NetworkAddressFactory in org.fourthline.cling
 

Methods in org.fourthline.cling that return NetworkAddressFactory
 NetworkAddressFactory UpnpServiceConfiguration.createNetworkAddressFactory()
           
 NetworkAddressFactory ManagedUpnpServiceConfiguration.createNetworkAddressFactory()
           
 NetworkAddressFactory DefaultUpnpServiceConfiguration.createNetworkAddressFactory()
           
protected  NetworkAddressFactory ManagedUpnpServiceConfiguration.createNetworkAddressFactory(int streamListenPort)
           
protected  NetworkAddressFactory DefaultUpnpServiceConfiguration.createNetworkAddressFactory(int streamListenPort)
           
 

Methods in org.fourthline.cling with parameters of type NetworkAddressFactory
 DatagramIO UpnpServiceConfiguration.createDatagramIO(NetworkAddressFactory networkAddressFactory)
           
 DatagramIO ManagedUpnpServiceConfiguration.createDatagramIO(NetworkAddressFactory networkAddressFactory)
           
 DatagramIO DefaultUpnpServiceConfiguration.createDatagramIO(NetworkAddressFactory networkAddressFactory)
           
 MulticastReceiver UpnpServiceConfiguration.createMulticastReceiver(NetworkAddressFactory networkAddressFactory)
           
 MulticastReceiver ManagedUpnpServiceConfiguration.createMulticastReceiver(NetworkAddressFactory networkAddressFactory)
           
 MulticastReceiver DefaultUpnpServiceConfiguration.createMulticastReceiver(NetworkAddressFactory networkAddressFactory)
           
 StreamServer UpnpServiceConfiguration.createStreamServer(NetworkAddressFactory networkAddressFactory)
           
 StreamServer ManagedUpnpServiceConfiguration.createStreamServer(NetworkAddressFactory networkAddressFactory)
           
 StreamServer DefaultUpnpServiceConfiguration.createStreamServer(NetworkAddressFactory networkAddressFactory)
           
 

Uses of NetworkAddressFactory in org.fourthline.cling.android
 

Classes in org.fourthline.cling.android that implement NetworkAddressFactory
 class AndroidNetworkAddressFactory
          This factory tries to work around and patch some Android bugs.
 

Methods in org.fourthline.cling.android that return NetworkAddressFactory
protected  NetworkAddressFactory AndroidUpnpServiceConfiguration.createNetworkAddressFactory(int streamListenPort)
           
 

Methods in org.fourthline.cling.android with parameters of type NetworkAddressFactory
 StreamServer AndroidUpnpServiceConfiguration.createStreamServer(NetworkAddressFactory networkAddressFactory)
           
 

Uses of NetworkAddressFactory in org.fourthline.cling.mock
 

Fields in org.fourthline.cling.mock declared as NetworkAddressFactory
protected  NetworkAddressFactory MockUpnpService.networkAddressFactory
           
 

Methods in org.fourthline.cling.mock that return NetworkAddressFactory
protected  NetworkAddressFactory MockUpnpServiceConfiguration.createNetworkAddressFactory(int streamListenPort)
           
 NetworkAddressFactory MockUpnpService.MockRouter.getNetworkAddressFactory()
           
 

Uses of NetworkAddressFactory in org.fourthline.cling.transport
 

Fields in org.fourthline.cling.transport declared as NetworkAddressFactory
protected  NetworkAddressFactory RouterImpl.networkAddressFactory
           
 

Methods in org.fourthline.cling.transport that return NetworkAddressFactory
 NetworkAddressFactory SwitchableRouterImpl.getNetworkAddressFactory()
           
 NetworkAddressFactory RouterImpl.getNetworkAddressFactory()
           
 NetworkAddressFactory Router.getNetworkAddressFactory()
           
 

Uses of NetworkAddressFactory in org.fourthline.cling.transport.impl
 

Classes in org.fourthline.cling.transport.impl that implement NetworkAddressFactory
 class NetworkAddressFactoryImpl
          Default implementation of network interface and address configuration/discovery.
 



Copyright © 2013 4th Line GmbH, Switzerland. All Rights Reserved.