Uses of Interface
com.ibm.wsspi.http.HttpInboundConnection

Uses of HttpInboundConnection in com.ibm.wsspi.http
 

Methods in com.ibm.wsspi.http with parameters of type HttpInboundConnection
 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.