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   
org.fourthline.cling.transport.spi   
 

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)
           
 

Uses of NetworkAddressFactory in org.fourthline.cling.transport
 

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

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.
 

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

Methods in org.fourthline.cling.transport.impl with parameters of type NetworkAddressFactory
 void MulticastReceiverImpl.init(NetworkInterface networkInterface, Router router, NetworkAddressFactory networkAddressFactory, DatagramProcessor datagramProcessor)
           
 

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

Methods in org.fourthline.cling.transport.spi with parameters of type NetworkAddressFactory
 void MulticastReceiver.init(NetworkInterface networkInterface, Router router, NetworkAddressFactory networkAddressFactory, DatagramProcessor datagramProcessor)
          Configures the service and starts any listening sockets.
 



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