private static class DataGenerator.Sender
extends java.lang.Object
implements java.lang.Runnable
Implementiert den Sende-Thread
| Modifier and Type | Field and Description |
|---|---|
private ClientDavInterface |
_connection
Verbindung zum DaV
|
| Constructor and Description |
|---|
Sender(ClientDavInterface connection,
ProtocolModuleConnector pmc)
Erzeugt einen Sender
|
| Modifier and Type | Method and Description |
|---|---|
void |
run()
Startet den Sende-Thread
|
private ClientDavInterface _connection
Verbindung zum DaV
Sender(ClientDavInterface connection, ProtocolModuleConnector pmc)
Erzeugt einen Sender
connection - ClientDavInterface, welches die Verbindung zum DaV hältpmc - ProtocolModuleConnector, welcher die Verbindung zum Protokollierer hält