Class HttpHeaderRange.Default
java.lang.Object
org.apache.pekko.http.cors.javadsl.model.HttpHeaderRange
org.apache.pekko.http.cors.scaladsl.model.HttpHeaderRange
org.apache.pekko.http.cors.scaladsl.model.HttpHeaderRange.Default
- All Implemented Interfaces:
Serializable,scala.Equals,scala.Product
- Enclosing class:
- HttpHeaderRange
public static final class HttpHeaderRange.Default
extends HttpHeaderRange
implements scala.Product, Serializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.pekko.http.cors.scaladsl.model.HttpHeaderRange
HttpHeaderRange.$times$, HttpHeaderRange.Default, HttpHeaderRange.Default$ -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconcat(HttpHeaderRange range) Produces a new range that matches the headers of this range and the given range.scala.collection.immutable.Seq<String>headers()booleanMethods inherited from class org.apache.pekko.http.cors.scaladsl.model.HttpHeaderRange
applyMethods inherited from class org.apache.pekko.http.cors.javadsl.model.HttpHeaderRange
createMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.Equals
canEqual, equalsMethods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Constructor Details
-
Default
-
-
Method Details
-
headers
-
matches
- Specified by:
matchesin classHttpHeaderRange
-
concat
Description copied from class:HttpHeaderRangeProduces a new range that matches the headers of this range and the given range.- Specified by:
concatin classHttpHeaderRange
-