Class RestInitialHandler.InitialMatch

java.lang.Object
org.jboss.resteasy.reactive.server.handlers.RestInitialHandler.InitialMatch
Enclosing class:
RestInitialHandler

public static class RestInitialHandler.InitialMatch extends Object
  • Field Details

    • handlers

      public final ServerRestHandler[] handlers
    • maxPathParams

      public final int maxPathParams
  • Constructor Details

    • InitialMatch

      public InitialMatch(ServerRestHandler[] handlers, int maxPathParams)