| Package | Description |
|---|---|
| org.johnnei.javatorrent.internal.torrent.peer |
| Modifier and Type | Method and Description |
|---|---|
Job |
Client.popNextJob()
Grabs the first job on the workingQueue
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<Job> |
Client.getJobs()
Gets an iterable to allow iteration over the job list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Client.addJob(Job job)
Adds a job to the working queue
|
void |
Client.removeJob(Job job)
Removes a job from the working queue if it was listed
|
Copyright © 2016. All rights reserved.