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
Method Summary |
String |
getName()
Descriptive name of the task |
void |
runJob()
Actually perform the task. |
CreateSessionJob
public CreateSessionJob(RouterContext context,
SessionConfig config)
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.