| Class | Description |
|---|---|
| HttpServletRequestWrapper |
This class implements the Wrapper or Decorator pattern.
Methods default to calling through to the wrapped request object, except the ones that read the request's content (parameters, stream or reader). |
| HttpServletResponseWrapper |
ServletResponseWrapper which delegates all to underlying ServletResponse, except for:
Records the status code set on the response.
User: michaels@netflix.com
Date: 2/19/14
Time: 5:56 PM
|
| ServletInputStreamWrapper |
ServletInputStream wrapper to wrap a byte[] into a ServletInputStream
|
| ZuulServlet |
Core Zuul servlet which intializes and orchestrates zuulFilter execution
|