| Package | Description |
|---|---|
| org.jupnp | |
| org.jupnp.mock | |
| org.jupnp.transport | |
| org.jupnp.transport.impl | |
| org.jupnp.transport.impl.async | |
| org.jupnp.transport.impl.blocking | |
| org.jupnp.transport.spi |
| Modifier and Type | Field and Description |
|---|---|
protected Router |
UpnpServiceImpl.router |
| Modifier and Type | Method and Description |
|---|---|
protected Router |
UpnpServiceImpl.createRouter(ProtocolFactory protocolFactory,
Registry registry) |
Router |
UpnpService.getRouter() |
Router |
UpnpServiceImpl.getRouter() |
| Modifier and Type | Class and Description |
|---|---|
class |
MockRouter
This is not a real network transport layer, it collects all messages instead and makes
them available for testing with
MockRouter.getOutgoingDatagramMessages(),
MockRouter.getSentStreamRequestMessages(), etc. |
| Modifier and Type | Class and Description |
|---|---|
class |
RouterImpl
Default implementation of network message router.
|
| Modifier and Type | Field and Description |
|---|---|
protected Router |
DatagramIOImpl.router |
protected Router |
MulticastReceiverImpl.router |
| Modifier and Type | Method and Description |
|---|---|
protected javax.servlet.Servlet |
ServletStreamServerImpl.createAsyncServlet(Router router) |
protected javax.servlet.Servlet |
ServletStreamServerImpl.createBlockingServlet(Router router) |
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 |
|---|
AsyncServlet(Router router,
ServletStreamServerConfigurationImpl configuration) |
| Constructor and Description |
|---|
BlockingServlet(Router router,
ServletStreamServerConfigurationImpl configuration) |
| 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.