Class HttpConfigRequests

java.lang.Object
com.yahoo.vespa.config.server.http.v2.request.HttpConfigRequests

public class HttpConfigRequests extends Object
Helpers for v2 config REST API
Author:
vegardh
  • Constructor Details

    • HttpConfigRequests

      public HttpConfigRequests()
  • Method Details

    • getBindingMatch

      public static com.yahoo.jdisc.application.BindingMatch<?> getBindingMatch(com.yahoo.container.jdisc.HttpRequest req, String... patterns)
      Produces the binding match for the request. If it's not available on the jDisc request, create one for testing using the long and short app id URL patterns given.
      Parameters:
      req - an HttpRequest
      patterns - A list of patterns that should be matched if no match on binding.
      Returns:
      match
    • getRequestHandler

      public static RequestHandler getRequestHandler(TenantRepository tenantRepository, TenantRequest request)