- decorate(IOSession) - Method in class org.apache.hc.core5.testing.nio.LoggingIOSessionDecorator
-
- deepcopy(Object) - Static method in class org.apache.hc.core5.testing.framework.TestingFramework
-
Used to make a "deep" copy of an object.
- DEFAULT_REQUEST_BODY - Static variable in class org.apache.hc.core5.testing.framework.TestingFramework
-
If a test does not specify a body, this one is used.
- DEFAULT_REQUEST_CONTENT_TYPE - Static variable in class org.apache.hc.core5.testing.framework.TestingFramework
-
If a test does not specify a request contentType, this one is used.
- DEFAULT_REQUEST_HEADERS - Static variable in class org.apache.hc.core5.testing.framework.TestingFramework
-
If a test does not specify a request headers, these are used.
- DEFAULT_REQUEST_PATH - Static variable in class org.apache.hc.core5.testing.framework.TestingFramework
-
If a test does not specify a path, this one is used.
- DEFAULT_REQUEST_PROTOCOL_VERSION - Static variable in class org.apache.hc.core5.testing.framework.TestingFramework
-
If a test does not specify a protocol version, this one is used.
- DEFAULT_REQUEST_QUERY - Static variable in class org.apache.hc.core5.testing.framework.TestingFramework
-
If a test does not specify query parameters, these are used.
- DEFAULT_RESPONSE_BODY - Static variable in class org.apache.hc.core5.testing.framework.TestingFramework
-
If a test does not specify an expected response body, this one is used.
- DEFAULT_RESPONSE_CONTENT_TYPE - Static variable in class org.apache.hc.core5.testing.framework.TestingFramework
-
If a test does not specify an expected response contentType, this one is used.
- DEFAULT_RESPONSE_HEADERS - Static variable in class org.apache.hc.core5.testing.framework.TestingFramework
-
If a test does not specify expected response headers, these are used.
- DEFAULT_RESPONSE_STATUS - Static variable in class org.apache.hc.core5.testing.framework.TestingFramework
-
If a test does not specify an expected response status, this one is used.
- deleteTests() - Method in class org.apache.hc.core5.testing.framework.TestingFramework
-
Deletes all tests.
- desiredResponse - Variable in class org.apache.hc.core5.testing.framework.TestingFrameworkRequestHandler
-
- disconnected(IOSession) - Method in class org.apache.hc.core5.testing.nio.LoggingIOSessionListener
-