Class StoredResponseHandler

java.lang.Object
io.undertow.server.handlers.StoredResponseHandler
All Implemented Interfaces:
HttpHandler

public class StoredResponseHandler extends Object implements HttpHandler
A handler that buffers the full response and attaches it to the exchange. This makes use of StoredResponseStreamSinkConduit

This will be made available once the response is fully complete, so should generally be read in an ExchangeCompletionListener

Author:
Stuart Douglas