Package akka.http.scaladsl.model.headers
Class Content$minusRange$
- java.lang.Object
-
- akka.http.scaladsl.model.headers.ModeledCompanion<Content$minusRange>
-
- akka.http.scaladsl.model.headers.Content$minusRange$
-
- All Implemented Interfaces:
Renderable
,java.io.Serializable
public class Content$minusRange$ extends ModeledCompanion<Content$minusRange> implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static Content$minusRange$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description Content$minusRange$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Content$minusRange
apply(ByteContentRange byteContentRange)
-
Methods inherited from class akka.http.scaladsl.model.headers.ModeledCompanion
lowercaseName, name, nameFromClass, parseFromValueString, render
-
-
-
-
Field Detail
-
MODULE$
public static final Content$minusRange$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
apply
public Content$minusRange apply(ByteContentRange byteContentRange)
-
-