| Class | Description |
|---|---|
| RecordingDocIdPusher |
A fake implementation of
DocIdPusher that simply records
the values it receives. |
| RecordingResponse |
A fake implementation of
Response that simply records the
values it receives, and implements the interface semantics of the
methods that must be called last. |
| RecordingResponse.AnchorMap |
An unmodifiable view of the accumulated anchors as a multimap
that supports duplicate, ordered key-value pairs.
|
| UnsupportedAdaptorContext |
An implementation of
AdaptorContext that throws an
UnsupportedOperationException if any method is called. |
| UnsupportedDocIdPusher |
An implementation of
DocIdPusher that throws an
UnsupportedOperationException if any method is called. |
| UnsupportedRequest |
An implementation of
Request that throws an
UnsupportedOperationException if any method is called. |
| UnsupportedResponse |
An implementation of
Response that throws an
UnsupportedOperationException if any method is called. |
| Enum | Description |
|---|---|
| RecordingResponse.State |
Response states based on calls to the
respondXXX and
getOutputStream methods. |