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

Uses of HttpRequest in com.ibm.wsspi.http
 

Methods in com.ibm.wsspi.http that return HttpRequest
 HttpRequest HttpInboundConnection.getRequest()
          Access the request message object for this connection.
 

Methods in com.ibm.wsspi.http with parameters of type HttpRequest
 java.util.concurrent.Executor WorkClassifier.classify(HttpRequest request, HttpInboundConnection inboundConnection)
          Classify the request and return an Executor to run on.