Interface | Description |
---|---|
HttpRequestAbortTask |
Task to be scheduled by
HttpRequestTimer |
HttpRequestAbortTaskTracker |
Returned by
HttpRequestTimer to track a scheduled timer task. |
Class | Description |
---|---|
DummyResponseServerIntegrationTests |
Tests that use a server that returns a predetermined response within the timeout limit
|
HttpRequestAbortTaskImpl |
Implementation of
HttpRequestAbortTask that aborts the tracking HttpRequestBase
when triggered |
HttpRequestAbortTaskTrackerImpl |
Keeps track of the scheduled
HttpRequestAbortTask and the associated Future |
HttpRequestTimer |
Represents a timer class to enforce HTTP request timeouts.
|
MockedClientTests |
These tests don't actually start up a mock server.
|
NoOpHttpRequestAbortTaskTracker |
Dummy implementation of
HttpRequestAbortTaskTracker used when the timer is disabled for a
request |
OverloadedServerIntegrationTests |
Tests requiring an Overloaded server, that is a server that responds but can't close the connection in a timely
fashion
|
UnresponsiveServerTests |
Tests requiring an unresponsive server, that is a server that accepts a connection but doesn't
write any data to the response
|
Copyright © 2018. All rights reserved.