Package net.i2p.router.client
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 Summary
Constructors Constructor Description CreateSessionJob(RouterContext context, SessionConfig config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
Descriptive name of the taskvoid
runJob()
Actually perform the task.-
Methods inherited from class net.i2p.router.JobImpl
dropped, getAddedBy, getContext, getJobId, getMadeReadyOn, getTiming, madeReady, requeue, toString
-
-
-
-
Constructor Detail
-
CreateSessionJob
public CreateSessionJob(RouterContext context, SessionConfig config)
-
-