public interface WorkClassifier
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Executor |
classify(HttpRequest request,
HttpInboundConnection inboundConnection)
Classify the request and return an Executor to run on.
|
java.util.concurrent.Executor classify(HttpRequest request, HttpInboundConnection inboundConnection)
request
- HTTP request to classify.inboundConnection
- HTTP connection related to the request.