Package akka.http.scaladsl.model.headers
Class HttpOriginRange
java.lang.Object
akka.http.javadsl.model.headers.HttpOriginRange
akka.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 akka.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 akka.http.impl.util.Renderable
render
Methods inherited from interface akka.http.impl.util.ToStringRenderable
toString
Methods inherited from interface akka.http.impl.util.ValueRenderable
value
-
Constructor Details
-
HttpOriginRange
public HttpOriginRange()
-
-
Method Details
-
apply
-
matches
-
matches
Java API- Specified by:
matches
in classHttpOriginRange
-