Package akka.http.scaladsl.model.headers
Class RangeUnit
- java.lang.Object
-
- akka.http.javadsl.model.headers.RangeUnit
-
- akka.http.scaladsl.model.headers.RangeUnit
-
- All Implemented Interfaces:
Renderable
,ToStringRenderable
,ValueRenderable
- Direct Known Subclasses:
RangeUnits.Bytes$
,RangeUnits.Other
public abstract class RangeUnit extends RangeUnit implements ValueRenderable
-
-
Constructor Summary
Constructors Constructor Description RangeUnit()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract java.lang.String
name()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface akka.http.impl.util.Renderable
render
-
Methods inherited from interface akka.http.impl.util.ToStringRenderable
toString
-
Methods inherited from interface akka.http.impl.util.ValueRenderable
value
-
-