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

Uses of Interface
com.ibm.wsspi.rest.handler.RESTRequest

  • Packages that use RESTRequest 
    Package Description
    com.ibm.wsspi.rest.handler
    This package contains the SPI for the rest handler framework.
    com.ibm.wsspi.rest.handler.helper
    Provides the main OSGi container for the REST Handler framework.
    • Uses of RESTRequest in com.ibm.wsspi.rest.handler

      Methods in com.ibm.wsspi.rest.handler with parameters of type RESTRequest 
      Modifier and Type Method and Description
      void RESTHandler.handleRequest(RESTRequest request, RESTResponse response)
      This method gets called for every URL request that comes into /ibm/api/<subRoot>.
      boolean RESTHandlerContainer.handleRequest(RESTRequest request, RESTResponse response) 
    • Uses of RESTRequest in com.ibm.wsspi.rest.handler.helper

      Methods in com.ibm.wsspi.rest.handler.helper with parameters of type RESTRequest 
      Modifier and Type Method and Description
      boolean DefaultAuthorizationHelper.checkAdministratorRole(RESTRequest request, RESTResponse response) 
      static boolean DefaultRoutingHelper.containsLegacyRoutingContext(RESTRequest request)
      Quick check for legacy routing context (used from JMX connector)
      static boolean DefaultRoutingHelper.containsRoutingContext(RESTRequest request)
      Quick check for multiple routing context, without actually fetching all pieces
      static DefaultRoutingHelper.RoutingContext DefaultRoutingHelper.getLegacyRoutingContext(RESTRequest request)
      This helper method looks for the routing keys in the HTTP headers
      static java.util.List<DefaultRoutingHelper.RoutingContext> DefaultRoutingHelper.getRoutingContext(RESTRequest request)
      This helper method looks for the routing keys in the HTTP headers first, and then falls-back into looking at the query string.
      void DefaultRoutingHelper.routeRequest(RESTRequest request, RESTResponse response)
      The target RESTHandler did not want to provide custom routing, so route the request to it.
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes