Package akka.http.scaladsl.model.headers
Class EntityTag$
- java.lang.Object
-
- akka.http.scaladsl.model.headers.EntityTag$
-
- All Implemented Interfaces:
java.io.Serializable
public class EntityTag$ extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static EntityTag$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description EntityTag$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
matches(EntityTag eTag, EntityTag other, boolean weakComparison)
boolean
matchesRange(EntityTag eTag, EntityTagRange entityTagRange, boolean weakComparison)
-
-
-
Field Detail
-
MODULE$
public static final EntityTag$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
matchesRange
public boolean matchesRange(EntityTag eTag, EntityTagRange entityTagRange, boolean weakComparison)
-
-