Class HttpHeaderRange.$times$
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.$times$
- All Implemented Interfaces:
Serializable,scala.Equals,scala.Product
- Enclosing class:
- HttpHeaderRange
public static class HttpHeaderRange.$times$
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$ -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final HttpHeaderRange.$times$Static reference to the singleton instance of this Scala object. -
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.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
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
$times$
public $times$()
-
-
Method Details
-
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
-