Package org.glassfish.jersey.client.http
Class Expect100ContinueFeature
java.lang.Object
org.glassfish.jersey.client.http.Expect100ContinueFeature
- All Implemented Interfaces:
 Feature
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic Expect100ContinueFeaturebasic()Creates Expect100Continue Feature with default threshold sizebooleanconfigure(FeatureContext configurableContext) static Expect100ContinueFeaturewithCustomThreshold(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
 
 -