Package 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
-
Field Summary
-
Constructor Summary
Constructors Constructor Description GetBidsJob(RouterContext ctx, TransportManager tmgr, OutNetMessage msg)
Deprecated.unused, see static getBids() -
Method Summary
Modifier and Type Method Description (package private) static void
fail(RouterContext context, OutNetMessage msg)
(package private) static void
getBids(RouterContext context, TransportManager tmgr, OutNetMessage msg)
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 Details
-
GetBidsJob
Deprecated.unused, see static getBids()
-
-
Method Details