Package org.jboss.resteasy.util

Interface Summary
HttpHeaderNames A list of Http Header names.
HttpResponseCodes  
 

Class Summary
AcceptCharsetParser  
AnnotationResolver  
CaseInsensitiveMap<V>  
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  
HeaderParameterParser  
HttpRequestImpl Http request abstraction implementation
HttpServletRequestDelegate  
IsAssignableFrom  
IsHttpMethod  
LocaleHelper  
MediaTypeHelper  
MediaTypeMatcher<T> Helper class that picks an object from a MediaType map from a list of sorted acceptable MediaTypes
PathHelper A utility class for handling URI template parameters.
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
WeightedMediaType  
 

Exception Summary
DateUtil.DateParseException  
 



Copyright © 2010. All Rights Reserved.