Class IdempotentPredicate

java.lang.Object
io.undertow.predicate.IdempotentPredicate
All Implemented Interfaces:
Predicate

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