Class PushMatchedUriRouter

java.lang.Object
org.glassfish.jersey.server.internal.routing.PushMatchedUriRouter
All Implemented Interfaces:
Router

final class PushMatchedUriRouter extends Object implements Router
Terminal router that pushes the URI matched so far to the stack returned by UriInfo.getMatchedURIs() method.
  • Constructor Details

    • PushMatchedUriRouter

      PushMatchedUriRouter()
  • Method Details