Interface Http.MethodPredicate

All Superinterfaces:
Predicate<Http.Method>
Enclosing class:
Http

public static interface Http.MethodPredicate extends Predicate<Http.Method>
HTTP Method predicate.
  • Method Summary

    Modifier and Type
    Method
    Description
    Methods accepted by this predicate, may be empty.

    Methods inherited from interface java.util.function.Predicate

    and, negate, or, test
  • Method Details

    • acceptedMethods

      Set<Http.Method> acceptedMethods()
      Methods accepted by this predicate, may be empty.
      Returns:
      set of methods accepted