A wrapper for a Dispatcher destination output stream that signals
IOException s thrown while writing to the underlying destination as
ignorable for OWS exception reporting, by throwing a
ClientStreamAbortedException .
An
ServiceStrategy is used to provide different modes of writing
output.
Examples include a "safe mode", in which the entire response is buffered
before being output, as to ensure no errors occur during the writing
of a response.