Package akka.http.scaladsl.model.headers
Class HttpEncodingRange.$times$
- java.lang.Object
-
- akka.http.javadsl.model.headers.HttpEncodingRange
-
- akka.http.scaladsl.model.headers.HttpEncodingRange
-
- akka.http.scaladsl.model.headers.HttpEncodingRange.$times
-
- akka.http.scaladsl.model.headers.HttpEncodingRange.$times$
-
- All Implemented Interfaces:
Renderable
,ToStringRenderable
,ValueRenderable
,WithQValue<HttpEncodingRange>
,java.io.Serializable
,scala.Equals
,scala.Product
- Enclosing class:
- HttpEncodingRange
public static class HttpEncodingRange.$times$ extends HttpEncodingRange.$times
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class akka.http.scaladsl.model.headers.HttpEncodingRange
HttpEncodingRange.$times, HttpEncodingRange.$times$, HttpEncodingRange.One, HttpEncodingRange.One$
-
-
Field Summary
Fields Modifier and Type Field Description static HttpEncodingRange.$times$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description $times$()
-
Method Summary
-
Methods inherited from class akka.http.scaladsl.model.headers.HttpEncodingRange.$times
matches, qValue, render, withQValue
-
Methods inherited from class akka.http.scaladsl.model.headers.HttpEncodingRange
apply, apply, matches
-
Methods inherited from class akka.http.javadsl.model.headers.HttpEncodingRange
create
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Methods inherited from interface akka.http.impl.util.ToStringRenderable
toString
-
Methods inherited from interface akka.http.impl.util.ValueRenderable
value
-
Methods inherited from interface akka.http.scaladsl.model.WithQValue
withQValue
-
-
-
-
Field Detail
-
MODULE$
public static final HttpEncodingRange.$times$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-