| Class | Description |
|---|---|
| ByteArrayRequestWrapper |
Simple request wrapper that can be re-used multiple times.
|
| ByteArrayResponseWrapper |
Response wrapper that takes everything the client would normally output
and saves it in byte array.
|
| ByteArrayServletInputStream |
Servlet input stream that is backed by an byte array.
|
| CharacterEncodingFilter |
Example filter that sets the character encoding to be used in parsing the
incoming request, either unconditionally or only if the client did not
specify a character encoding.
|
| CharArrayResponseWrapper |
Response wrapper that takes everything the client would normally output
and saves it in character array.
|
| FastByteArrayServletOutputStream |
Implementation of
ServletOutputStream that buffers
inserted content. |
| GzipFilter |
Compresses output with GZIP, for browsers that supports it.
|
| GzipResponseStream |
GZIP response stream.
|
| GzipResponseWrapper |
Implementation of HttpServletResponseWrapper that works with
the
GzipResponseStream implementation. |
| RemoveSessionFromUrlFilter |
Protects from exposing session ids in URLs for security reasons.
|
Copyright © 2003-present Jodd Team