public class ConnectionThread
extends java.lang.Object
implements java.lang.Runnable
Modifier and Type | Field and Description |
---|---|
protected LicasHttpConnection |
conn
The web connection
|
protected ConnectionInfo |
connInfo
The connection info
|
protected boolean |
isDone
True when finished
|
Constructor and Description |
---|
ConnectionThread(LicasHttpConnection theConn,
ConnectionInfo theConnInfo)
Create a new instance of ConnectionThread.
|
Modifier and Type | Method and Description |
---|---|
boolean |
getIsDone()
Return true if the connection attempt has been tried.
|
void |
run()
The connection thread's runnable implementation.
|
protected boolean isDone
protected LicasHttpConnection conn
protected ConnectionInfo connInfo
public ConnectionThread(LicasHttpConnection theConn, ConnectionInfo theConnInfo)
theConn
- the web connection.theConnInfo
- the connection info.