Class FakeHttpLayer.UriRegexMatcher

    • Constructor Summary

      Constructors 
      Constructor Description
      UriRegexMatcher​(java.lang.String method, java.lang.String uriRegex)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean matches​(org.apache.http.HttpRequest request)  
      • Methods inherited from class java.lang.Object

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

      • UriRegexMatcher

        public UriRegexMatcher​(java.lang.String method,
                               java.lang.String uriRegex)
    • Method Detail

      • matches

        public boolean matches​(org.apache.http.HttpRequest request)
        Specified by:
        matches in interface RequestMatcher