Interface HandlerJobBuilder

    • Method Detail

      • createJob

        Job createJob​(I2NPMessage receivedMessage,
                      RouterIdentity from,
                      Hash fromHash)
        Create a new job to handle the received message.
        Parameters:
        receivedMessage - I2NP message received
        from - router that sent the message (if available)
        fromHash - hash of the routerIdentity of the router that sent the message (if available)
        Returns:
        a job or null if no particular job is appropriate (in which case, the message should go into the inbound message pool)