Class HttpOriginMatcher.Strict
java.lang.Object
org.apache.pekko.http.cors.javadsl.model.HttpOriginMatcher
org.apache.pekko.http.cors.scaladsl.model.HttpOriginMatcher
org.apache.pekko.http.cors.scaladsl.model.HttpOriginMatcher.Strict
- All Implemented Interfaces:
Serializable,scala.Equals,scala.Product
- Enclosing class:
- HttpOriginMatcher
public static final class HttpOriginMatcher.Strict
extends HttpOriginMatcher
implements scala.Product, Serializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.pekko.http.cors.scaladsl.model.HttpOriginMatcher
HttpOriginMatcher.$times$, HttpOriginMatcher.Default, HttpOriginMatcher.Default$, HttpOriginMatcher.Strict, HttpOriginMatcher.Strict$ -
Field Summary
Fields inherited from class org.apache.pekko.http.cors.javadsl.model.HttpOriginMatcher
ALL -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanmatches(HttpOrigin origin) scala.collection.immutable.Seq<HttpOrigin>origins()toString()Methods inherited from class org.apache.pekko.http.cors.scaladsl.model.HttpOriginMatcher
apply, matches, strictMethods inherited from class org.apache.pekko.http.cors.javadsl.model.HttpOriginMatcher
create, strictMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Equals
canEqual, equalsMethods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Constructor Details
-
Strict
-
-
Method Details
-
origins
-
matches
- Specified by:
matchesin classHttpOriginMatcher
-
toString
-