Package | Description |
---|---|
com.ibm.wsspi.http | |
com.ibm.wsspi.http.ee8 |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Executor |
WorkClassifier.classify(HttpRequest request,
HttpInboundConnection inboundConnection)
Classify the request and return an Executor to run on.
|
java.lang.Runnable |
HttpContainer.createRunnableHandler(HttpInboundConnection inboundConnection)
Examine the inbound request to ensure the container is configured to
handle the incoming request and construct a runnable for request execution.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Http2InboundConnection
Representation of an inbound HTTP connection that the dispatcher will provide
to containers.
|