| Class | Description |
|---|---|
| AnnotationUtils |
Various reusable utility methods when working with annotations.
|
| BoundedServletInputStream |
ServletInputStream wrapper around a normal input stream with support for limiting input.
|
| CachingHttpServletRequest |
Wraps an
HttpServletRequest and preloads the body into memory for debugging purposes. |
| CachingHttpServletResponse |
Wraps an
HttpServletResponse and caches the output stream in a separate buffer for debugging purposes. |
| FinishablePrintWriter |
A wrapped
PrintWriter with an added |
| FinishableServletOutputStream |
A wrapped
ServletOutputStream with an added |
| RestUtils |
Various reusable utility methods.
|
| UrlPathInfo |
Represents a parsed URL path-info string.
|
| UrlPathPattern |
A parsed path pattern constructed from a
@RestMethod(path) value. |
| UrlPathPatternMatch |
Represents a URL path pattern match.
|
Copyright © 2016–2019 The Apache Software Foundation. All rights reserved.