| Package | Description |
|---|---|
| org.jupnp.mock | |
| org.jupnp.transport | |
| org.jupnp.transport.impl | |
| org.jupnp.transport.impl.jetty | |
| org.jupnp.transport.spi |
| Modifier and Type | Method and Description |
|---|---|
void |
MockRouter.handleStartFailure(InitializationException ex) |
| Modifier and Type | Method and Description |
|---|---|
void |
MockRouter.handleStartFailure(InitializationException ex) |
| Modifier and Type | Method and Description |
|---|---|
void |
RouterImpl.handleStartFailure(InitializationException ex) |
void |
Router.handleStartFailure(InitializationException ex)
Called by the
Router.enable() method before it returns. |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
NetworkAddressFactoryImpl.discoverBindAddresses() |
protected void |
NetworkAddressFactoryImpl.discoverNetworkInterfaces() |
void |
DatagramIOImpl.init(InetAddress bindAddress,
int bindPort,
Router router,
DatagramProcessor datagramProcessor) |
void |
ServletStreamServerImpl.init(InetAddress bindAddress,
Router router) |
void |
MulticastReceiverImpl.init(NetworkInterface networkInterface,
Router router,
NetworkAddressFactory networkAddressFactory,
DatagramProcessor datagramProcessor) |
| Constructor and Description |
|---|
NetworkAddressFactoryImpl()
Defaults to an ephemeral port.
|
NetworkAddressFactoryImpl(int streamListenPort,
int multicastResponsePort) |
| Constructor and Description |
|---|
JettyStreamClientImpl(StreamClientConfigurationImpl configuration) |
| Modifier and Type | Class and Description |
|---|---|
class |
NoNetworkException
Might be thrown by the constructor of
NetworkAddressFactory and
Router if no usable
network interfaces/addresses were discovered. |
| Modifier and Type | Method and Description |
|---|---|
void |
DatagramIO.init(InetAddress bindAddress,
int bindPort,
Router router,
DatagramProcessor datagramProcessor)
Configures the service and starts any listening sockets.
|
void |
StreamServer.init(InetAddress bindAddress,
Router router)
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 © 2023 jUPnP.org. All rights reserved.