Package org.jboss.resteasy.util

Interface Summary
CommitHeaderOutputStream.CommitCallback  
HttpHeaderNames A list of Http Header names.
HttpResponseCodes  
 

Class Summary
AcceptCharsetParser  
AnnotationResolver  
Base64 Encodes and decodes to and from Base64 notation.
Base64.InputStream 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.
Base64.OutputStream A Base64.OutputStream will write data to another java.io.OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
CaseInsensitiveMap<V>  
CommitHeaderOutputStream  
DateUtil A utility class for parsing and formatting HTTP dates as used in cookies and other headers.
Encode  
FindAnnotation  
GenericType<T> This class is a trick used to extract GenericType information at runtime.
GetRestful  
GroupParameterParser A simple parser intended to parse sequences of name/value pairs.
HeaderParameterParser  
Hex  
HttpClient4xUtils HttpClient4xUtils provides utility methods useful for changes necessitated by switching from HttpClient 3.x to HttpClient 4.x.
HttpRequestImpl Http request abstraction implementation
HttpServletRequestDelegate  
InputStreamToByteArray  
IsAssignableFrom  
IsHttpMethod  
LocaleHelper  
MediaTypeHelper  
MediaTypeMatcher<T> Helper class that picks an object from a MediaType map from a list of sorted acceptable MediaTypes
ParameterParser A simple parser intended to parse sequences of name/value pairs.
PathHelper A utility class for handling URI template parameters.
PickConstructor Pick
ReadFromStream  
StringContextReplacement Utility to replace predefined expressions within a string with values from the HTTP request;

${basepath} - UriInfo.getBaseUri().getRawPath() ${absolutepath} - UriInfo.getAbsolutePath().getRawPath() ${absoluteuri} - UriInfo.getAbsolutePath().toString() ${baseuri} - UriInfo.getBaseUri().toString() ${contextpath} - HttpServletRequest.getContextPath()

StringToPrimitive  
ThreadLocalStack<T> Comment
TypeConverter A utility class that can convert a String value as a typed object.
Types Type conversions and generic type manipulations
Types.TypeInfo  
URLUtils URL-encoding utility for each URL part according to the RFC specs
WeightedLanguage  
WeightedMediaType  
 

Exception Summary
DateUtil.DateParseException  
 



Copyright © 2012. All Rights Reserved.