Class CreateSessionJob

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

class CreateSessionJob extends JobImpl
Given an established connection, walk through the process of establishing the lease set. This requests the TunnelManagerFacade to build tunnels for the client and then once thats done (asynchronously) it requests a lease set from the client
  • 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.