| Class | Description |
|---|---|
| HttpRequestProcessor | |
| NonWritingPrintWriter |
The implementation
PrintWriter which caches all the written input and writes only when
NonWritingPrintWriter.finallyWriteAndClose(ServletOutputStream) method is called. |
| NonWritingResponse | |
| NonWritingServletOutputStream |
The implementation
ServletOutputStream which caches all the written input and writes only when
NonWritingServletOutputStream.finallyWriteAndClose(ServletOutputStream) method is called. |
| WarpFilter |
Filter that detects whenever the incoming request is enriched and thus should be processed by
WarpRequestProcessor. |
| WarpLifecycle |
The lifecycle of Warp request verification
|
| WarpRequestProcessor |
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.