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 class
static final class
static class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic HttpOriginRange.Default
apply
(scala.collection.immutable.Seq<HttpOrigin> origins) boolean
matches
(HttpOrigin origin) Java APIabstract boolean
matches
(HttpOrigin origin) Methods inherited from class org.apache.pekko.http.javadsl.model.headers.HttpOriginRange
create
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.pekko.http.impl.util.Renderable
render
Methods inherited from interface org.apache.pekko.http.impl.util.ToStringRenderable
toString
Methods 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:
matches
in classHttpOriginRange
-