Annotation FirstBlood

    • 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 int first() The seconds between two requests triggering CAPTCHA, default 0, means CAPTCHA every time.
      abstract int blood() The seconds of CAPTCHA or disable the duration.
      abstract int retry() Number of CAPTCHA retry, resend CAPTCHA when exceeded
      abstract String scene() CAPTCHA scenarios, which are passed to the interceptor
      • Methods inherited from class java.lang.annotation.Annotation

        annotationType, equals, hashCode, toString
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • first

         abstract int first()

        The seconds between two requests triggering CAPTCHA, default 0, means CAPTCHA every time.

      • blood

         abstract int blood()

        The seconds of CAPTCHA or disable the duration. In increments of 10s, no more than 1 day is recommended.

      • retry

         abstract int retry()

        Number of CAPTCHA retry, resend CAPTCHA when exceeded

      • scene

         abstract String scene()

        CAPTCHA scenarios, which are passed to the interceptor