Uses of Class
org.apache.hc.core5.testing.framework.ClientPOJOAdapter
-
Packages that use ClientPOJOAdapter Package Description org.apache.hc.core5.testing.framework -
-
Uses of ClientPOJOAdapter in org.apache.hc.core5.testing.framework
Subclasses of ClientPOJOAdapter in org.apache.hc.core5.testing.framework Modifier and Type Class Description class
ClassicTestClientAdapter
Fields in org.apache.hc.core5.testing.framework declared as ClientPOJOAdapter Modifier and Type Field Description protected ClientPOJOAdapter
ClientTestingAdapter. adapter
This adapter will perform the HTTP request and return the response in the expected format.Methods in org.apache.hc.core5.testing.framework that return ClientPOJOAdapter Modifier and Type Method Description ClientPOJOAdapter
ClientTestingAdapter. getClientPOJOAdapter()
Getter for theClientPOJOAdapter
that is actually used to make the HTTP request.Constructors in org.apache.hc.core5.testing.framework with parameters of type ClientPOJOAdapter Constructor Description ClientTestingAdapter(ClientPOJOAdapter adapter)
-