Package akka.http.scaladsl.model.headers
Class RangeUnits.Bytes$
- java.lang.Object
-
- akka.http.javadsl.model.headers.RangeUnit
-
- akka.http.scaladsl.model.headers.RangeUnit
-
- akka.http.scaladsl.model.headers.RangeUnits.Bytes$
-
- All Implemented Interfaces:
Renderable
,ToStringRenderable
,ValueRenderable
,java.io.Serializable
,scala.Equals
,scala.Product
- Enclosing class:
- RangeUnits
public static class RangeUnits.Bytes$ extends RangeUnit implements scala.Product, java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static RangeUnits.Bytes$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description Bytes$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
name()
<R extends Rendering>
Renderingrender(R r)
-
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
-
-
-
-
Field Detail
-
MODULE$
public static final RangeUnits.Bytes$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-