Class Utils

java.lang.Object
com.yahoo.vespa.config.server.http.Utils

public class Utils extends Object
Utilities for handlers.
Since:
5.1.14
Author:
hmusum
  • Constructor Details

    • Utils

      public Utils()
  • Method Details

    • getBindingMatch

      public static com.yahoo.jdisc.application.BindingMatch<?> getBindingMatch(com.yahoo.container.jdisc.HttpRequest req, String uriPattern)
      If request is an HTTP request and a jdisc request, return the BindingMatch of the request. Otherwise return a dummy match useful only for testing based on the uriPattern supplied.
      Parameters:
      req - an HttpRequest
      uriPattern - a pattern to create a BindingMatch for in tests
      Returns:
      match
    • getUrlBase

      public static String getUrlBase(com.yahoo.container.jdisc.HttpRequest request, String pathPrefix)
    • checkThatTenantExists

      public static void checkThatTenantExists(TenantRepository tenantRepository, com.yahoo.config.provision.TenantName tenantName)
    • getTenantNameFromSessionRequest

      public static com.yahoo.config.provision.TenantName getTenantNameFromSessionRequest(com.yahoo.container.jdisc.HttpRequest request)
    • getTenantNameFromApplicationsRequest

      public static com.yahoo.config.provision.TenantName getTenantNameFromApplicationsRequest(com.yahoo.container.jdisc.HttpRequest request)