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 Description static DefaultRoutingHelper.RoutingContext
DefaultRoutingHelper. getLegacyRoutingContext(RESTRequest request)
This helper method looks for the routing keys in the HTTP headersMethods in com.ibm.wsspi.rest.handler.helper that return types with arguments of type DefaultRoutingHelper.RoutingContext Modifier and Type Method 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.
-