Package org.apache.hc.core5.http.support
Class ExpectSupport
- java.lang.Object
-
- org.apache.hc.core5.http.support.ExpectSupport
-
@Internal public class ExpectSupport extends java.lang.Object
Server side Expect header handling support.- Since:
- 5.3
-
-
Constructor Summary
Constructors Constructor Description ExpectSupport()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Expectationparse(HttpRequest request, EntityDetails entityDetails)
-
-
-
Method Detail
-
parse
public static Expectation parse(HttpRequest request, EntityDetails entityDetails) throws ProtocolException
- Throws:
ProtocolException
-
-