public static class HttpReceiver.TimeoutTask
extends java.util.TimerTask
Modifier and Type | Field and Description |
---|---|
protected java.net.HttpURLConnection |
con
The url connection.
|
protected long |
starttime
The time at creation.
|
protected long[] |
time
The time of the last message (connection alive if different from start time).
|
Constructor and Description |
---|
TimeoutTask(long[] time,
java.net.HttpURLConnection con) |
Modifier and Type | Method and Description |
---|---|
void |
run() |