Package net.i2p.router.transport
Class GetBidsJob
java.lang.Object
net.i2p.router.JobImpl
net.i2p.router.transport.GetBidsJob
- All Implemented Interfaces:
Job
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
-
Constructor Summary
ConstructorDescriptionGetBidsJob
(RouterContext ctx, TransportManager tmgr, OutNetMessage msg) Deprecated.unused, see static getBids() -
Method Summary
Modifier and TypeMethodDescription(package private) static void
fail
(RouterContext context, OutNetMessage msg) (package private) static void
getBids
(RouterContext context, TransportManager tmgr, OutNetMessage msg) 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, madeReady, requeue, toString
-
Constructor Details
-
GetBidsJob
Deprecated.unused, see static getBids()
-
-
Method Details