Package akka.http.scaladsl.model.headers
Class EntityTagRange
- java.lang.Object
-
- akka.http.javadsl.model.headers.EntityTagRange
-
- akka.http.scaladsl.model.headers.EntityTagRange
-
- All Implemented Interfaces:
Renderable
,ToStringRenderable
,ValueRenderable
- Direct Known Subclasses:
EntityTagRange.$times$
,EntityTagRange.Default
public abstract class EntityTagRange extends EntityTagRange implements ValueRenderable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
EntityTagRange.$times$
static class
EntityTagRange.Default
static class
EntityTagRange.Default$
-
Constructor Summary
Constructors Constructor Description EntityTagRange()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static EntityTagRange.Default
apply(scala.collection.immutable.Seq<EntityTag> tags)
static Renderer<scala.collection.immutable.Iterable<EntityTag>>
tagsRenderer()
-
Methods inherited from class akka.http.javadsl.model.headers.EntityTagRange
create
-
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
-
-
-
-
Method Detail
-
apply
public static EntityTagRange.Default apply(scala.collection.immutable.Seq<EntityTag> tags)
-
-