Package com.ibm.wsspi.http
Interface WorkClassifier
- 
 public interface WorkClassifierWork classification Used to classify a piece of inbound work and setup the execution environment.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.concurrent.Executorclassify(HttpRequest request, HttpInboundConnection inboundConnection)Classify the request and return an Executor to run on.
 
- 
- 
- 
Method Detail- 
classifyjava.util.concurrent.Executor classify(HttpRequest request, HttpInboundConnection inboundConnection) Classify the request and return an Executor to run on.- Parameters:
- request- HTTP request to classify.
- inboundConnection- HTTP connection related to the request.
- Returns:
- an Executor to run the HTTP request.
 
 
- 
 
-