protected static class KMLNetworkLink.RequestTask extends Object implements Runnable
| Modifier and Type | Field and Description |
|---|---|
protected String |
address
The resource's address.
|
protected KMLNetworkLink |
link
The link associated with this request.
|
| Modifier | Constructor and Description |
|---|---|
protected |
RequestTask(KMLNetworkLink link,
String address)
Construct a request task for a specified network link resource.
|
protected final String address
protected final KMLNetworkLink link
protected RequestTask(KMLNetworkLink link, String address)
link - the network link for which to construct the request task.address - the address of the resource to request.