Supertype for all asynchronously executing protocols, handling reception of UPnP messages.
More...
|
|
M | getInputMessage () |
| |
|
void | run () |
| |
|
String | toString () |
| |
|
|
| ReceivingAsync (M inputMessage) |
| |
| boolean | waitBeforeExecution () throws InterruptedException |
| | Provides an opportunity to pause before executing the protocol.
|
| |
|
abstract void | execute () throws IOException |
| |
Supertype for all asynchronously executing protocols, handling reception of UPnP messages.
- Parameters
-
| <M> | The type of UPnP message handled by this protocol. |
- Author
- Christian Bauer
◆ waitBeforeExecution()
Provides an opportunity to pause before executing the protocol.
- Returns
true (default) if execution should continue after waiting.
- Exceptions
-
| InterruptedException | If waiting has been interrupted, which also stops execution. |
The documentation for this class was generated from the following file:
- /github/workspace/yaacc/src/main/java/de/yaacc/upnp/protocol/ReceivingAsync.java