Class PatternMatcher

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.regex.Pattern pattern  
    • Constructor Summary

      Constructors 
      Constructor Description
      PatternMatcher​(java.util.regex.Pattern pattern)  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String failReason​(okhttp3.Request request)  
      protected abstract java.lang.CharSequence getText​(okhttp3.Request request)  
      boolean matches​(okhttp3.Request request)  
      • Methods inherited from class java.lang.Object

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

      • pattern

        protected final java.util.regex.Pattern pattern
    • Constructor Detail

      • PatternMatcher

        public PatternMatcher​(java.util.regex.Pattern pattern)
    • Method Detail

      • getText

        protected abstract java.lang.CharSequence getText​(okhttp3.Request request)
      • matches

        public boolean matches​(okhttp3.Request request)
        Specified by:
        matches in interface Matcher
      • failReason

        public java.lang.String failReason​(okhttp3.Request request)
        Specified by:
        failReason in interface Matcher