Class LookupDestJob

java.lang.Object
net.i2p.router.JobImpl
net.i2p.router.client.LookupDestJob
All Implemented Interfaces:
Job

class LookupDestJob
extends JobImpl
Look up the lease of a hash, to convert it to a Destination for the client. Or, since 0.9.11, lookup a host name in the naming service.
  • Constructor Details

  • Method Details

    • getName

      public String getName()
      Description copied from interface: Job
      Descriptive name of the task
    • runJob

      public void runJob()
      Description copied from interface: Job
      Actually perform the task. This call blocks until the Job is complete.