Package org.jboss.resteasy.util
package org.jboss.resteasy.util
-
ClassDescriptionReturns a sorted list of values by their qualifier 'q' with parameters pulled off.Encodes and decodes to and from Base64 notation.A
Base64.InputStream
will read data from another java.io.InputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.ABase64.OutputStream
will write data to another java.io.OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.A utility class for parsing and formatting HTTP dates as used in cookies and other headers.MultivaluedMap
implementation that delegates to another instance.GenericType<T>Deprecated.Replaced by javax.ws.rs.core.GenericTypeA simple parser intended to parse sequences of name/value pairs.HttpClient4xUtils provides utility methods useful for changes necessitated by switching from HttpClient 3.x to HttpClient 4.x.A list of Http Header names.Helper class that picks an object from a MediaType map from a list of sorted acceptable MediaTypesA simple parser intended to parse sequences of name/value pairs.A utility class for handling URI template parameters.PickUtility class that provides a port number for the Resteasy embedded container.MultivaluedMap
implementation that wraps another instance and only returns values that are prefixed with the given#prefix
.Utility to replace predefined expressions within a string with values from the HTTP request;CommentA utility class that can convert a String value as a typed object.Type conversions and generic type manipulationsURL-encoding utility for each URL part according to the RFC specs