|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.i2p.router.JobImpl
net.i2p.router.message.OutboundClientMessageOneShotJob
public class OutboundClientMessageOneShotJob
Send a client message out a random outbound tunnel and into a random inbound tunnel on the target leaseSet. This also bundles the sender's leaseSet and a DeliveryStatusMessage (for ACKing any sessionTags used in the garlic).
Field Summary | |
---|---|
static java.lang.String |
BUNDLE_PROBABILITY
Allow the override of the frequency of bundling the reply info in with a message. |
static java.lang.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 java.lang.String |
OVERALL_TIMEOUT_MS_PARAM
final timeout (in milliseconds) that the outbound message will fail in. |
Constructor Summary | |
---|---|
OutboundClientMessageOneShotJob(RouterContext ctx,
ClientMessage msg)
Send the sucker |
Method Summary | |
---|---|
java.lang.String |
getName()
Descriptive name of the task |
void |
runJob()
Actually perform the task. |
Methods inherited from class net.i2p.router.JobImpl |
---|
dropped, getAddedBy, getContext, getJobId, getMadeReadyOn, getTiming, madeReady, requeue, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String OVERALL_TIMEOUT_MS_PARAM
public static final java.lang.String BUNDLE_REPLY_LEASESET
public static final java.lang.String BUNDLE_PROBABILITY
Constructor Detail |
---|
public OutboundClientMessageOneShotJob(RouterContext ctx, ClientMessage msg)
Method Detail |
---|
public java.lang.String getName()
Job
public void runJob()
Job
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |