protected class TCPTransport.Cleaner
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
address
The address of the connection.
|
protected java.util.TimerTask |
timertask
The timer task.
|
Constructor and Description |
---|
Cleaner(java.lang.String address)
Cleaner for a specified output connection.
|
Modifier and Type | Method and Description |
---|---|
void |
refresh()
Refresh the timeout.
|
void |
remove()
Remove this cleaner.
|