Interface DomainRequestMatcher

  • All Implemented Interfaces:

    
    public interface DomainRequestMatcher
    
                        
    Since:

    2021-02-15

    Author:

    trydofor

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract HttpServletRequest match(HttpServletRequest request, String domain) Try wrap request if matches
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • match

         abstract HttpServletRequest match(HttpServletRequest request, String domain)

        Try wrap request if matches

        Parameters:
        request - original request
        domain - domain to match
        Returns:

        original request or wrapped request if matches