Uses of Class
org.apache.hc.core5.testing.framework.ClientTestingAdapter
-
Packages that use ClientTestingAdapter Package Description org.apache.hc.core5.testing.framework -
-
Uses of ClientTestingAdapter in org.apache.hc.core5.testing.framework
Subclasses of ClientTestingAdapter in org.apache.hc.core5.testing.framework Modifier and Type Class Description class
ClassicTestClientTestingAdapter
Fields in org.apache.hc.core5.testing.framework declared as ClientTestingAdapter Modifier and Type Field Description private ClientTestingAdapter
TestingFramework. adapter
private ClientTestingAdapter
TestingFrameworkException. adapter
Methods in org.apache.hc.core5.testing.framework with parameters of type ClientTestingAdapter Modifier and Type Method Description void
TestingFramework. setAdapter(ClientTestingAdapter adapter)
Sets theClientTestingAdapter
.void
TestingFrameworkException. setAdapter(ClientTestingAdapter adapter)
Constructors in org.apache.hc.core5.testing.framework with parameters of type ClientTestingAdapter Constructor Description TestingFramework(ClientTestingAdapter adapter)
-