net.i2p.router.transport
Class GetBidsJob
java.lang.Object
net.i2p.router.JobImpl
net.i2p.router.transport.GetBidsJob
- All Implemented Interfaces:
- Job
class GetBidsJob
- extends JobImpl
Retrieve a set of bids for a particular outbound message, and if any are found
that meet the message's requirements, register the message as in process and
pass it on to the transport for processing
GetBidsJob
public GetBidsJob(RouterContext ctx,
TransportManager tmgr,
OutNetMessage msg)
- Deprecated. unused, see static getBids()
getName
public String getName()
- Description copied from interface:
Job
- Descriptive name of the task
runJob
public void runJob()
- Description copied from interface:
Job
- Actually perform the task. This call blocks until the Job is complete.
getBids
static void getBids(RouterContext context,
TransportManager tmgr,
OutNetMessage msg)
fail
static void fail(RouterContext context,
OutNetMessage msg)