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

Uses of Class
com.ibm.wsspi.rest.handler.helper.DefaultRoutingHelper.RoutingContext

  • Packages that use DefaultRoutingHelper.RoutingContext 
    Package Description
    com.ibm.wsspi.rest.handler.helper
    Provides the main OSGi container for the REST Handler framework.
    • Uses of DefaultRoutingHelper.RoutingContext in com.ibm.wsspi.rest.handler.helper

      Methods in com.ibm.wsspi.rest.handler.helper that return DefaultRoutingHelper.RoutingContext 
      Modifier and Type Method and Description
      static DefaultRoutingHelper.RoutingContext DefaultRoutingHelper.getLegacyRoutingContext(RESTRequest request)
      This helper method looks for the routing keys in the HTTP headers
      Methods in com.ibm.wsspi.rest.handler.helper that return types with arguments of type DefaultRoutingHelper.RoutingContext 
      Modifier and Type Method and Description
      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.
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes