public interface ResponseStreamWrapper
HttpServletResponse content OutputStream. This should be used in favor of
ResponseContentInterceptor whenever possible to avoid buffering the entire response in memory.
NOTICE: Stream wrapping must be configured before any content or headers have been written to the
ServletResponse.
| Modifier and Type | Method and Description |
|---|---|
OutputStream |
wrap(HttpServletRewrite rewrite,
OutputStream outputStream)
Wrap the
OutputStream for the current HttpServletResponse. |
OutputStream wrap(HttpServletRewrite rewrite, OutputStream outputStream)
OutputStream for the current HttpServletResponse.Copyright © 2013 OCPsoft. All Rights Reserved.