Interface | Description |
---|---|
CommitHeaderOutputStream.CommitCallback | |
HttpHeaderNames |
A list of Http Header names.
|
HttpResponseCodes |
Class | Description |
---|---|
AcceptParser |
Returns a sorted list of values by their qualifier 'q' with parameters pulled off.
|
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. |
BasicAuthHelper | |
CaseInsensitiveMap<V> | |
CommitHeaderOutputStream | |
CookieParser | |
DateUtil |
A utility class for parsing and formatting HTTP dates as used in cookies and
other headers.
|
DelegatingHttpRequest | |
DelegatingMultivaluedMap<K,V> |
MultivaluedMap implementation that delegates to another instance. |
DelegatingOutputStream | |
Encode | |
FeatureContextDelegate | |
FindAnnotation | |
GenericType<T> | Deprecated
Replaced by javax.ws.rs.core.GenericType
|
GetRestful | |
GroupParameterParser |
A simple parser intended to parse sequences of name/value pairs.
|
HeaderHelper | |
HeaderParameterParser | |
Hex | |
HttpClient4xUtils |
HttpClient4xUtils provides utility methods useful for changes
necessitated by switching from HttpClient 3.x to HttpClient 4.x.
|
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
|
MethodHashing | |
NoContent | |
NoContentInputStreamDelegate | |
ParameterParser |
A simple parser intended to parse sequences of name/value pairs.
|
PathHelper |
A utility class for handling URI template parameters.
|
PickConstructor |
Pick
|
PortProvider |
Utility class that provides a port number for the Resteasy embedded container.
|
PrefixedFormFieldsHttpRequest | |
PrefixedMultivaluedMap<V> |
MultivaluedMap implementation 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
|
URLUtils |
URL-encoding utility for each URL part according to the RFC specs
|
WeightedLanguage | |
WeightedMediaType |
Exception | Description |
---|---|
DateUtil.DateParseException |
Copyright © 2017 JBoss by Red Hat. All rights reserved.