Class RequestCompressionTrait

    • Field Detail

      • ID

        public static final ShapeId ID
      • SUPPORTED_COMPRESSION_ALGORITHMS

        public static final java.util.Set<java.lang.String> SUPPORTED_COMPRESSION_ALGORITHMS
        Set of supported compression algorithm encoding values.
    • Method Detail

      • getEncodings

        public java.util.List<java.lang.String> getEncodings()
      • createNode

        protected Node createNode()
        Description copied from class: AbstractTrait
        The result of toNode is used for hashCodes and equality. Subclasses must implement createNode to turn the trait into a Node. This is then cached for subsequent retrievals.
        Specified by:
        createNode in class AbstractTrait
        Returns:
        Returns the trait as a node.