Class SendMessageDirectJob

java.lang.Object
net.i2p.router.JobImpl
net.i2p.router.message.SendMessageDirectJob
All Implemented Interfaces:
Job

public class SendMessageDirectJob
extends JobImpl
Send a message directly to another router, i.e. not through a tunnel. This is safe to run inline via runJob(). If the RouterInfo for the Hash is not found locally, it will queue a lookup and register itself to be run again when the lookup succeeds or times out.