Class IdempotentPredicate

  • All Implemented Interfaces:
    Predicate

    public class IdempotentPredicate
    extends java.lang.Object
    implements Predicate
    A predicate that returns true if the request is idempotent according to the HTTP RFC.
    Author:
    Stuart Douglas
    • Constructor Detail

      • IdempotentPredicate

        public IdempotentPredicate()
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object