private class LoggingReceiver.Slurper
extends java.lang.Object
implements java.lang.Runnable
Modifier and Type | Field and Description |
---|---|
private java.net.Socket |
mClient
socket connection to read events from
|
Constructor and Description |
---|
Slurper(java.net.Socket aClient)
Creates a new
Slurper instance. |
Modifier and Type | Method and Description |
---|---|
void |
run()
loops getting the events
|