public interface HandlerJobBuilder
| Modifier and Type | Method and Description |
|---|---|
Job |
createJob(I2NPMessage receivedMessage,
RouterIdentity from,
Hash fromHash)
Create a new job to handle the received message.
|
Job createJob(I2NPMessage receivedMessage, RouterIdentity from, Hash fromHash)
receivedMessage - I2NP message receivedfrom - router that sent the message (if available)fromHash - hash of the routerIdentity of the router that sent the message (if available)