Uses of Class
org.fourthline.cling.transport.spi.InitializationException

Packages that use InitializationException
org.fourthline.cling.android   
org.fourthline.cling.transport   
org.fourthline.cling.transport.impl   
org.fourthline.cling.transport.impl.apache   
org.fourthline.cling.transport.impl.jetty   
org.fourthline.cling.transport.spi   
 

Uses of InitializationException in org.fourthline.cling.android
 

Methods in org.fourthline.cling.android that throw InitializationException
protected  void AndroidNetworkAddressFactory.discoverNetworkInterfaces()
           
 

Constructors in org.fourthline.cling.android that throw InitializationException
AndroidSwitchableRouter(UpnpServiceConfiguration configuration, ProtocolFactory protocolFactory, android.content.Context context)
           
 

Uses of InitializationException in org.fourthline.cling.transport
 

Methods in org.fourthline.cling.transport with parameters of type InitializationException
 void SwitchableRouterImpl.handleStartFailure(InitializationException ex)
           
 void SwitchableRouter.handleStartFailure(InitializationException ex)
          Called by the SwitchableRouter.enable() method before it returns.
 

Methods in org.fourthline.cling.transport that throw InitializationException
protected  void RouterImpl.startAddressBasedTransports(Iterator<InetAddress> addresses)
           
protected  void RouterImpl.startInterfaceBasedTransports(Iterator<NetworkInterface> interfaces)
           
 

Constructors in org.fourthline.cling.transport that throw InitializationException
RouterImpl(UpnpServiceConfiguration configuration, ProtocolFactory protocolFactory)
          Creates a NetworkAddressFactory from the given UpnpServiceConfiguration and initializes listening services.
 

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

Methods in org.fourthline.cling.transport.impl that throw InitializationException
protected  void NetworkAddressFactoryImpl.discoverBindAddresses()
           
protected  void NetworkAddressFactoryImpl.discoverNetworkInterfaces()
           
 void StreamServerImpl.init(InetAddress bindAddress, Router router)
           
 void AsyncServletStreamServerImpl.init(InetAddress bindAddress, Router router)
           
 void DatagramIOImpl.init(InetAddress bindAddress, Router router, DatagramProcessor datagramProcessor)
           
 void MulticastReceiverImpl.init(NetworkInterface networkInterface, Router router, DatagramProcessor datagramProcessor)
           
 

Constructors in org.fourthline.cling.transport.impl that throw InitializationException
NetworkAddressFactoryImpl()
          Defaults to an ephemeral port.
NetworkAddressFactoryImpl(int streamListenPort)
           
StreamClientImpl(StreamClientConfigurationImpl configuration)
           
 

Uses of InitializationException in org.fourthline.cling.transport.impl.apache
 

Methods in org.fourthline.cling.transport.impl.apache that throw InitializationException
 void StreamServerImpl.init(InetAddress bindAddress, Router router)
           
 

Constructors in org.fourthline.cling.transport.impl.apache that throw InitializationException
StreamClientImpl(StreamClientConfigurationImpl configuration)
           
 

Uses of InitializationException in org.fourthline.cling.transport.impl.jetty
 

Constructors in org.fourthline.cling.transport.impl.jetty that throw InitializationException
StreamClientImpl(StreamClientConfigurationImpl configuration)
           
 

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

Subclasses of InitializationException in org.fourthline.cling.transport.spi
 class NoNetworkException
          Might be thrown by the constructor of NetworkAddressFactory and Router if no usable network interfaces/addresses were discovered.
 

Methods in org.fourthline.cling.transport.spi that throw InitializationException
 void StreamServer.init(InetAddress bindAddress, Router router)
          Configures the service and starts any listening sockets.
 void DatagramIO.init(InetAddress bindAddress, Router router, DatagramProcessor datagramProcessor)
          Configures the service and starts any listening sockets.
 void MulticastReceiver.init(NetworkInterface networkInterface, Router router, DatagramProcessor datagramProcessor)
          Configures the service and starts any listening sockets.
 



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