Package org.apache.juneau.rest.util
package org.apache.juneau.rest.util
REST Server Utilities
-
ClassDescriptionServletInputStream wrapper around a normal input stream with support for limiting input.Wraps an
HttpServletRequest
and preloads the content into memory for debugging purposes.Wraps anHttpServletResponse
and caches the output stream in a separate buffer for debugging purposes.A wrappedPrintWriter
with an addedfinish() method.A wrappedServletOutputStream
with an addedfinish() method.Various reusable utility methods.Represents a parsed URL path-info string.Represents a URL path pattern match.A parsed path pattern constructed from a@RestOp(path)
value.A list ofUrlPathMatcher
objects.