public interface LogDaemonServer
Modifier and Type | Method and Description |
---|---|
void |
start()
logD starts listening for requests from clients via the defined LogDService
|
void |
stop()
Shut down logD server.
|
void start() throws IOException
IOException
- if unable to bindvoid stop()