Class HttpOriginMatcher
java.lang.Object
org.apache.pekko.http.cors.javadsl.model.HttpOriginMatcher
- Direct Known Subclasses:
HttpOriginMatcher
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic HttpOriginMatchercreate(HttpOrigin... origins) abstract booleanmatches(HttpOrigin origin) static HttpOriginMatcherstrict(HttpOrigin... origins)
-
Field Details
-
ALL
-
-
Constructor Details
-
HttpOriginMatcher
public HttpOriginMatcher()
-
-
Method Details
-
matches
-
create
-
strict
-