Class Expect100ContinueFeature

  • All Implemented Interfaces:
    Feature

    public class Expect100ContinueFeature
    extends Object
    implements 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