Package org.apache.juneau.rest.util
package org.apache.juneau.rest.util
REST Server Utilities
- 
ClassesClassDescriptionServletInputStream wrapper around a normal input stream with support for limiting input.Wraps anHttpServletRequestand preloads the content into memory for debugging purposes.Wraps anHttpServletResponseand caches the output stream in a separate buffer for debugging purposes.A wrappedPrintWriterwith an addedfinish() method.A wrappedServletOutputStreamwith 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 ofUrlPathMatcherobjects.