Verwendungen von Klasse
org.jupnp.transport.spi.InitializationException
Packages, die InitializationException verwenden
Package
Beschreibung
-
Verwendungen von InitializationException in org.jupnp.transport
Methoden in org.jupnp.transport mit Parametern vom Typ InitializationExceptionModifizierer und TypMethodeBeschreibungvoidRouter.handleStartFailure(InitializationException e) Called by theRouter.enable()method before it returns.voidRouterImpl.handleStartFailure(InitializationException e) Methoden in org.jupnp.transport, die InitializationException auslösenModifizierer und TypMethodeBeschreibungvoidRouter.handleStartFailure(InitializationException e) Called by theRouter.enable()method before it returns.voidRouterImpl.handleStartFailure(InitializationException e) protected voidRouterImpl.startAddressBasedTransports(Iterator<InetAddress> addresses) protected voidRouterImpl.startInterfaceBasedTransports(Iterator<NetworkInterface> interfaces) -
Verwendungen von InitializationException in org.jupnp.transport.impl
Methoden in org.jupnp.transport.impl, die InitializationException auslösenModifizierer und TypMethodeBeschreibungprotected voidNetworkAddressFactoryImpl.discoverBindAddresses()protected voidNetworkAddressFactoryImpl.discoverNetworkInterfaces()voidDatagramIOImpl.init(InetAddress bindAddress, int bindPort, Router router, DatagramProcessor datagramProcessor) voidMulticastReceiverImpl.init(NetworkInterface networkInterface, Router router, NetworkAddressFactory networkAddressFactory, DatagramProcessor datagramProcessor) voidServletStreamServerImpl.init(InetAddress bindAddress, Router router) Konstruktoren in org.jupnp.transport.impl, die InitializationException auslösenModifiziererKonstruktorBeschreibungDefaults to an ephemeral port.NetworkAddressFactoryImpl(int streamListenPort, int multicastResponsePort) NetworkAddressFactoryImpl(int streamListenPort, int multicastResponsePort, String interfaces) -
Verwendungen von InitializationException in org.jupnp.transport.impl.jetty
Konstruktoren in org.jupnp.transport.impl.jetty, die InitializationException auslösenModifiziererKonstruktorBeschreibungJettyStreamClientImpl(StreamClientConfigurationImpl configuration) -
Verwendungen von InitializationException in org.jupnp.transport.spi
Unterklassen von InitializationException in org.jupnp.transport.spiModifizierer und TypKlasseBeschreibungclassMight be thrown by the constructor ofNetworkAddressFactoryandRouterif no usable network interfaces/addresses were discovered.Methoden in org.jupnp.transport.spi, die InitializationException auslösenModifizierer und TypMethodeBeschreibungvoidDatagramIO.init(InetAddress bindAddress, int bindPort, Router router, DatagramProcessor datagramProcessor) Configures the service and starts any listening sockets.voidMulticastReceiver.init(NetworkInterface networkInterface, Router router, NetworkAddressFactory networkAddressFactory, DatagramProcessor datagramProcessor) Configures the service and starts any listening sockets.voidStreamServer.init(InetAddress bindAddress, Router router) Configures the service and starts any listening sockets.