Class HttpOriginRange
java.lang.Object
org.apache.pekko.http.javadsl.model.headers.HttpOriginRange
org.apache.pekko.http.scaladsl.model.headers.HttpOriginRange
- All Implemented Interfaces:
Renderable,ToStringRenderable,ValueRenderable
- Direct Known Subclasses:
HttpOriginRange.$times$,HttpOriginRange.Default
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic final classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic HttpOriginRange.Defaultapply(scala.collection.immutable.Seq<HttpOrigin> origins) booleanmatches(HttpOrigin origin) Java APIabstract booleanmatches(HttpOrigin origin) Methods inherited from class org.apache.pekko.http.javadsl.model.headers.HttpOriginRange
createMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.pekko.http.impl.util.Renderable
renderMethods inherited from interface org.apache.pekko.http.impl.util.ToStringRenderable
toStringMethods inherited from interface org.apache.pekko.http.impl.util.ValueRenderable
value
-
Constructor Details
-
HttpOriginRange
public HttpOriginRange()
-
-
Method Details
-
apply
-
matches
-
matches
Java API- Specified by:
matchesin classHttpOriginRange
-