| Interface | Description | 
|---|---|
| CommitHeaderOutputStream.CommitCallback | |
| HttpHeaderNames | A list of Http Header names. | 
| HttpResponseCodes | 
| Class | Description | 
|---|---|
| AcceptCharsetParser | |
| AnnotationResolver | |
| Base64 | Encodes and decodes to and from Base64 notation. | 
| Base64.InputStream | A  Base64.InputStreamwill 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.OutputStreamwill 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. | 
| DelegatingHttpRequest | |
| DelegatingMultivaluedMap<K,V> | MultivaluedMapimplementation that delegates to another instance. | 
| 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. | 
| 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 | 
| PrefixedFormFieldsHttpRequest | |
| PrefixedMultivaluedMap<V> | MultivaluedMapimplementation that wraps another instance and only returns values that are prefixed with the given#prefix. | 
| 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 | Description | 
|---|---|
| DateUtil.DateParseException | 
Copyright © 2018 JBoss by Red Hat. All rights reserved.