Package org.glassfish.jersey.client.http
Class Expect100ContinueFeature
java.lang.Object
org.glassfish.jersey.client.http.Expect100ContinueFeature
- All Implemented Interfaces:
Feature
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Expect100ContinueFeature
basic()
Creates Expect100Continue Feature with default threshold sizeboolean
configure
(FeatureContext configurableContext) static Expect100ContinueFeature
withCustomThreshold
(long thresholdSize) Creates Expect100ContinueFeature with custom (not default) threshold size for content length.
-
Constructor Details
-
Expect100ContinueFeature
public Expect100ContinueFeature()
-
-
Method Details
-
withCustomThreshold
Creates Expect100ContinueFeature with custom (not default) threshold size for content length.- Parameters:
thresholdSize
- size of threshold- Returns:
- Expect100Continue Feature
-
basic
Creates Expect100Continue Feature with default threshold size- Returns:
- Expect100Continue Feature
-
configure
-