| Interface | Description |
|---|---|
| MockHttpConnection |
Represent the basic connection for mock HTTP requests.
|
| MockHttpRequest |
Represent the basic interface for an HTTP request.
|
| MockHttpResponse |
Represent the basic interface for an HTTP response.
|
| Class | Description |
|---|---|
| MockHttpClientConnection |
An implementation of
HttpClientConnection specifically for use in mocked connections using the MockHttpConnection class. |
| MockHttpClientConnectionManager |
An implementation of
HttpClientConnectionManager specifically for use in mocked connections using the MockHttpConnection class. |
| MockHttpSession |
An implementation of
HttpSession for mocking purposes. |
| MockRemote<T> |
Creates a mocked interface against a REST resource class to use for creating test remote resource interfaces.
|
| MockRest |
Creates a mocked interface against a REST resource class.
|
| MockRest.Builder |
Builder class.
|
| MockRestClient |
Mocked
RestClient. |
| MockServletRequest |
An implementation of
HttpServletRequest for mocking purposes. |
| MockServletResponse |
An implementation of
HttpServletResponse for mocking purposes. |
Copyright © 2016–2019 The Apache Software Foundation. All rights reserved.