| Package | Description |
|---|---|
| org.jupnp | |
| org.jupnp.transport.impl | |
| org.jupnp.transport.spi |
| Modifier and Type | Method and Description |
|---|---|
protected DatagramProcessor |
DefaultUpnpServiceConfiguration.createDatagramProcessor() |
protected DatagramProcessor |
OSGiUpnpServiceConfiguration.createDatagramProcessor() |
DatagramProcessor |
DefaultUpnpServiceConfiguration.getDatagramProcessor() |
DatagramProcessor |
OSGiUpnpServiceConfiguration.getDatagramProcessor() |
DatagramProcessor |
UpnpServiceConfiguration.getDatagramProcessor() |
| Modifier and Type | Class and Description |
|---|---|
class |
DatagramProcessorImpl
Default implementation.
|
| Modifier and Type | Field and Description |
|---|---|
protected DatagramProcessor |
DatagramIOImpl.datagramProcessor |
protected DatagramProcessor |
MulticastReceiverImpl.datagramProcessor |
| Modifier and Type | Method and Description |
|---|---|
void |
DatagramIOImpl.init(InetAddress bindAddress,
int bindPort,
Router router,
DatagramProcessor datagramProcessor) |
void |
MulticastReceiverImpl.init(NetworkInterface networkInterface,
Router router,
NetworkAddressFactory networkAddressFactory,
DatagramProcessor datagramProcessor) |
| 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 |
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.