| Constructor and Description |
|---|
LookupDestJob(RouterContext context,
ClientConnectionRunner runner,
net.i2p.data.Hash h,
net.i2p.data.Hash fromLocalDest) |
LookupDestJob(RouterContext context,
ClientConnectionRunner runner,
long reqID,
long timeout,
net.i2p.data.i2cp.SessionId sessID,
net.i2p.data.Hash h,
String name,
net.i2p.data.Hash fromLocalDest)
One of h or name non-null.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Descriptive name of the task
|
void |
runJob()
Actually perform the task.
|
dropped, getAddedBy, getContext, getJobId, getMadeReadyOn, getTiming, madeReady, requeue, toStringpublic LookupDestJob(RouterContext context, ClientConnectionRunner runner, net.i2p.data.Hash h, net.i2p.data.Hash fromLocalDest)
public LookupDestJob(RouterContext context, ClientConnectionRunner runner, long reqID, long timeout, net.i2p.data.i2cp.SessionId sessID, net.i2p.data.Hash h, String name, net.i2p.data.Hash fromLocalDest)
reqID - must be >= 0 if name != nullsessID - must non-null if reqID >= 0fromLocalDest - use these tunnels for the lookup, or null for exploratory