| Package | Description |
|---|---|
| org.jupnp.mock | |
| org.jupnp.model.message.discovery | |
| org.jupnp.transport | |
| org.jupnp.transport.impl | |
| org.jupnp.transport.spi |
| Modifier and Type | Field and Description |
|---|---|
List<OutgoingDatagramMessage> |
MockRouter.outgoingDatagramMessages |
| Modifier and Type | Method and Description |
|---|---|
List<OutgoingDatagramMessage> |
MockRouter.getOutgoingDatagramMessages() |
| Modifier and Type | Method and Description |
|---|---|
void |
MockRouter.send(OutgoingDatagramMessage msg) |
| Modifier and Type | Class and Description |
|---|---|
class |
OutgoingNotificationRequest |
class |
OutgoingNotificationRequestDeviceType |
class |
OutgoingNotificationRequestRootDevice |
class |
OutgoingNotificationRequestServiceType |
class |
OutgoingNotificationRequestUDN |
class |
OutgoingSearchRequest |
class |
OutgoingSearchResponse |
class |
OutgoingSearchResponseDeviceType |
class |
OutgoingSearchResponseRootDevice |
class |
OutgoingSearchResponseServiceType |
class |
OutgoingSearchResponseUDN |
| Modifier and Type | Method and Description |
|---|---|
void |
RouterImpl.send(OutgoingDatagramMessage msg)
Sends the UDP datagram on all bound
DatagramIOs. |
void |
Router.send(OutgoingDatagramMessage msg)
Call this method to send a UDP datagram message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DatagramIOImpl.send(OutgoingDatagramMessage message) |
DatagramPacket |
DatagramProcessorImpl.write(OutgoingDatagramMessage message) |
| Modifier and Type | Method and Description |
|---|---|
void |
DatagramIO.send(OutgoingDatagramMessage message)
Sends a datagram after conversion with
DatagramProcessor.write(org.jupnp.model.message.OutgoingDatagramMessage). |
DatagramPacket |
DatagramProcessor.write(OutgoingDatagramMessage message)
Creates a UDP datagram with the content of a message.
|
Copyright © 2023 jUPnP.org. All rights reserved.