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 classClassicTestClientAdapterFields in org.apache.hc.core5.testing.framework declared as ClientPOJOAdapter Modifier and Type Field Description protected ClientPOJOAdapterClientTestingAdapter. adapterThis 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 ClientPOJOAdapterClientTestingAdapter. getClientPOJOAdapter()Getter for theClientPOJOAdapterthat 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)
-