protected static class KMLNetworkLink.RequestTask
extends java.lang.Object
implements java.lang.Runnable
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
address
The resource's address.
|
protected KMLNetworkLink |
link
The link associated with this request.
|
Modifier | Constructor and Description |
---|---|
protected |
RequestTask(KMLNetworkLink link,
java.lang.String address)
Construct a request task for a specified network link resource.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
void |
run() |
java.lang.String |
toString() |
protected final java.lang.String address
protected final KMLNetworkLink link
protected RequestTask(KMLNetworkLink link, java.lang.String address)
link
- the network link for which to construct the request task.address
- the address of the resource to request.public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public void run()
run
in interface java.lang.Runnable
public java.lang.String toString()
toString
in class java.lang.Object