Package com.espertech.esperio.http.core
Class EsperHttpServiceClassicRunnable
java.lang.Object
com.espertech.esperio.http.core.EsperHttpServiceClassicRunnable
- All Implemented Interfaces:
Runnable
-
Constructor Summary
ConstructorDescriptionEsperHttpServiceClassicRunnable
(String serviceName, ServerSocket serversocket, org.apache.http.params.HttpParams parameters, org.apache.http.protocol.HttpService httpService) -
Method Summary
Modifier and TypeMethodDescriptionvoid
destroy()
void
remove
(WorkerThread workerThread) void
run()
-
Constructor Details
-
EsperHttpServiceClassicRunnable
public EsperHttpServiceClassicRunnable(String serviceName, ServerSocket serversocket, org.apache.http.params.HttpParams parameters, org.apache.http.protocol.HttpService httpService)
-
-
Method Details