Package net.i2p.router.client
Class LookupDestJob
- java.lang.Object
-
- net.i2p.router.JobImpl
-
- net.i2p.router.client.LookupDestJob
-
-
Constructor Summary
Constructors Constructor Description LookupDestJob(RouterContext context, ClientConnectionRunner runner, long reqID, long timeout, SessionId sessID, Hash h, String name, Hash fromLocalDest)
One of h or name non-null.LookupDestJob(RouterContext context, ClientConnectionRunner runner, Hash h, Hash fromLocalDest)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
Descriptive name of the taskvoid
runJob()
Actually perform the task.-
Methods inherited from class net.i2p.router.JobImpl
dropped, getAddedBy, getContext, getJobId, getMadeReadyOn, getTiming, madeReady, requeue, toString
-
-
-
-
Constructor Detail
-
LookupDestJob
public LookupDestJob(RouterContext context, ClientConnectionRunner runner, Hash h, Hash fromLocalDest)
-
LookupDestJob
public LookupDestJob(RouterContext context, ClientConnectionRunner runner, long reqID, long timeout, SessionId sessID, Hash h, String name, Hash fromLocalDest)
One of h or name non-null. For hash or b32 name, the dest will be returned if the LS can be found, even if the dest uses unsupported crypto.- Parameters:
reqID
- must be >= 0 if name != nullsessID
- must non-null if reqID >= 0fromLocalDest
- use these tunnels for the lookup, or null for exploratory- Since:
- 0.9.11
-
-