Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

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

  • Packages that use HttpRequest 
    Package Description
    com.ibm.wsspi.http  
    com.ibm.wsspi.http.ee8  
    • Uses of HttpRequest in com.ibm.wsspi.http

      Methods in com.ibm.wsspi.http that return HttpRequest 
      Modifier and Type Method and Description
      HttpRequest HttpInboundConnection.getRequest()
      Access the request message object for this connection.
      Methods in com.ibm.wsspi.http with parameters of type HttpRequest 
      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.
    • Uses of HttpRequest in com.ibm.wsspi.http.ee8

      Subinterfaces of HttpRequest in com.ibm.wsspi.http.ee8 
      Modifier and Type Interface and Description
      interface  Http2Request
      Representation of an HTTP 2 request message provided by the dispatcher to any HTTP container.
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes