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

Packages that use InitializationException
org.fourthline.cling.android   
org.fourthline.cling.mock   
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
AndroidRouter(UpnpServiceConfiguration configuration, ProtocolFactory protocolFactory, android.content.Context context)
           
 

Uses of InitializationException in org.fourthline.cling.mock
 

Methods in org.fourthline.cling.mock with parameters of type InitializationException
 void MockRouter.handleStartFailure(InitializationException ex)
           
 

Methods in org.fourthline.cling.mock that throw InitializationException
 void MockRouter.handleStartFailure(InitializationException ex)
           
 

Uses of InitializationException in org.fourthline.cling.transport
 

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

Methods in org.fourthline.cling.transport that throw InitializationException
 void RouterImpl.handleStartFailure(InitializationException ex)
           
 void Router.handleStartFailure(InitializationException ex)
          Called by the Router.enable() method before it returns.
protected  void RouterImpl.startAddressBasedTransports(Iterator<InetAddress> addresses)
           
protected  void RouterImpl.startInterfaceBasedTransports(Iterator<NetworkInterface> interfaces)
           
 

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, NetworkAddressFactory networkAddressFactory, 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, NetworkAddressFactory networkAddressFactory, DatagramProcessor datagramProcessor)
          Configures the service and starts any listening sockets.
 



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