Uses of Class
org.apache.hc.core5.http.support.Expectation
-
Packages that use Expectation Package Description org.apache.hc.core5.http.support -
-
Uses of Expectation in org.apache.hc.core5.http.support
Methods in org.apache.hc.core5.http.support that return Expectation Modifier and Type Method Description static ExpectationExpectSupport. parse(HttpRequest request, EntityDetails entityDetails)static ExpectationExpectation. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Expectation[]Expectation. values()Returns an array containing the constants of this enum type, in the order they are declared.
-