Class ETagConfig


  • public class ETagConfig
    extends Object
    A class used to specify ETag configuration options (see section 5 of RFC 7643).
    • Constructor Detail

      • ETagConfig

        public ETagConfig()
        Creates an instance of ETagConfig with all its fields unassigned.
      • ETagConfig

        public ETagConfig​(boolean supported)
        Creates an instance of ETagConfig using the parameter values passed.
        Parameters:
        supported - Whether the ETags are supported in the implementation.
    • Method Detail

      • isSupported

        public boolean isSupported()
        Indicates whether the ETags are supported.
        Returns:
        A boolean value.
      • setSupported

        public void setSupported​(boolean supported)