Class HttpConfigRequests
java.lang.Object
com.yahoo.vespa.config.server.http.v2.request.HttpConfigRequests
Helpers for v2 config REST API
- Author:
- vegardh
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic com.yahoo.jdisc.application.BindingMatch<?>
getBindingMatch
(com.yahoo.container.jdisc.HttpRequest req, String... patterns) Produces the binding match for the request.static RequestHandler
getRequestHandler
(TenantRepository tenantRepository, TenantRequest request)
-
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
- anHttpRequest
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)
-