JavaScript is disabled on your browser.
Skip navigation links
Overview
Module
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Module
io.helidon.http
Package
io.helidon.http
Interface MethodPredicate
All Superinterfaces:
Predicate
<
Method
>
public interface
MethodPredicate
extends
Predicate
<
Method
>
HTTP Method predicate.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Set
<
Method
>
acceptedMethods
()
Methods accepted by this predicate, may be empty.
Methods inherited from interface java.util.function.
Predicate
and
,
negate
,
or
,
test
Method Details
acceptedMethods
Set
<
Method
>
acceptedMethods
()
Methods accepted by this predicate, may be empty.
Returns:
set of methods accepted