public class HttpUrlContinuationTask extends AbstractSingleTask<HttpUrlContinuationTask,None,None>
Task
.Constructor and Description |
---|
HttpUrlContinuationTask() |
Modifier and Type | Method and Description |
---|---|
Object |
doTask(TaskContext<HttpUrlContinuationTask,None,None> context)
Does the task.
|
createTask, createWork, getRecycleManagedObjectParameter, registerAsRecycleTask, registerTask, registerTask, registerTask, registerWork
public Object doTask(TaskContext<HttpUrlContinuationTask,None,None> context) throws Throwable
Task
context
- TaskContext
for the Task
.Task
. This allows stringing
Task
instances together into a JobSequence
.Throwable
- Indicating failure of the Task
.Copyright © 2005–2016. All rights reserved.