Package org.hcjf.io.net.http.proxy
Class ProxyTask
- java.lang.Object
-
- org.hcjf.io.net.http.proxy.ProxyTask
-
public abstract class ProxyTask extends java.lang.ObjectProxy task, this task could be one of many task into the some http proxy instance.- Author:
- javaito
-
-
Constructor Summary
Constructors Constructor Description ProxyTask()
-
Method Summary
Modifier and Type Method Description abstract HttpResponseexecute(HttpRequest request)This method execute the task.
-
-
-
Method Detail
-
execute
public abstract HttpResponse execute(HttpRequest request)
This method execute the task.- Parameters:
request- Incoming request.- Returns:
- Http response.
-
-