Class Expect100ContinueFeature

  • All Implemented Interfaces:
    jakarta.ws.rs.core.Feature

    public class Expect100ContinueFeature
    extends Object
    implements jakarta.ws.rs.core.Feature
    • Constructor Detail

      • Expect100ContinueFeature

        public Expect100ContinueFeature()
    • Method Detail

      • withCustomThreshold

        public static Expect100ContinueFeature withCustomThreshold​(long thresholdSize)
        Creates Expect100ContinueFeature with custom (not default) threshold size for content length.
        Parameters:
        thresholdSize - size of threshold
        Returns:
        Expect100Continue Feature
      • basic

        public static Expect100ContinueFeature basic()
        Creates Expect100Continue Feature with default threshold size
        Returns:
        Expect100Continue Feature
      • configure

        public boolean configure​(jakarta.ws.rs.core.FeatureContext configurableContext)
        Specified by:
        configure in interface jakarta.ws.rs.core.Feature