com.ibm.wsspi.http

Uses of Interface HttpInboundConnection

Uses of HttpInboundConnection in com.ibm.wsspi.http

Modifier and Type Method and Description
  1. java.util.concurrent.Executor
WorkClassifier.classify(HttpRequest request,HttpInboundConnection inboundConnection)
Classify the request and return an Executor to run on.
  1. 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.