Interface EntityTag

  • All Superinterfaces:
    java.lang.CharSequence

    public interface EntityTag
    extends java.lang.CharSequence
    ETag header values MUST conform to the syntax mandated in RFC 2616 section 3.11:
     
     entity-tag = [ weak ] opaque-tag
     weak       = "W/"
     opaque-tag = quoted-string
     
     
    See RFC 2616 section 2.2 for definition of the quoted-string production. Also see RFC 7230 section 3.2.6 which updates the definition of quoted-string to remove ambiguity about escaping within quoted strings.
    Author:
    cdivilly
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static interface  EntityTag.Builder
      Build an EntityTag instance
      static class  EntityTag.Strength
      The 'strength' of the ETag value: A "strong entity tag" MAY be shared by two entities of a resource only if they are equivalent by octet equality.