Class ETag


  • public final class ETag
    extends Object
    This class represents an HTTP ETag. A ETag value could be strong or weak ETag. More information, check https://en.wikipedia.org/wiki/HTTP_ETag
    • Field Detail

      • ALL

        public static final ETag ALL
        The asterisk is a special value representing any resource.
    • Constructor Detail

      • ETag

        public ETag​(String eTag)
        Creates a new instance of ETag.
        Parameters:
        eTag - The HTTP entity tag string value.