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 SummaryNested ClassesModifier and TypeClassDescriptionstatic classstatic final classstatic class
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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.HttpOriginRangecreateMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.pekko.http.impl.util.RenderablerenderMethods inherited from interface org.apache.pekko.http.impl.util.ToStringRenderabletoStringMethods inherited from interface org.apache.pekko.http.impl.util.ValueRenderablevalue
- 
Constructor Details- 
HttpOriginRangepublic HttpOriginRange()
 
- 
- 
Method Details- 
apply
- 
matches
- 
matchesJava API- Specified by:
- matchesin class- HttpOriginRange
 
 
-