net.i2p.router.message
public class OutboundClientMessageOneShotJob extends JobImpl
Modifier and Type | Field and Description |
---|---|
static String |
BUNDLE_PROBABILITY
Allow the override of the frequency of bundling the reply info in with a message.
|
static String |
BUNDLE_REPLY_LEASESET
If the client's config specifies shouldBundleReplyInfo=true, messages sent from
that client to any peers will probabalistically include the sending destination's
current LeaseSet (allowing the recipient to reply without having to do a full
netDb lookup).
|
static String |
OVERALL_TIMEOUT_MS_PARAM
final timeout (in milliseconds) that the outbound message will fail in.
|
Constructor and Description |
---|
OutboundClientMessageOneShotJob(RouterContext ctx,
ClientMessage msg)
Send the sucker
|
Modifier and Type | Method and Description |
---|---|
String |
getName()
Descriptive name of the task
|
static void |
init(RouterContext ctx)
call once only
|
void |
runJob()
Actually perform the task.
|
dropped, getAddedBy, getContext, getJobId, getMadeReadyOn, getTiming, madeReady, requeue, toString
public static final String OVERALL_TIMEOUT_MS_PARAM
public static final String BUNDLE_REPLY_LEASESET
public static final String BUNDLE_PROBABILITY
public OutboundClientMessageOneShotJob(RouterContext ctx, ClientMessage msg)
public static void init(RouterContext ctx)
public void runJob()
Job