Interface | Description |
---|---|
Dispatcher | |
MediaTypeMap.Typed | |
PostResourceMethodInvoker | |
ProvidersContextRetainer | |
ResourceInvoker | |
ServerResponseWriter.RunnableWithIOException | |
ValueInjector |
Class | Description |
---|---|
AbstractAsynchronousResponse | |
AbstractCollectionFormInjector<T> |
Abstract implementation of
ValueInjector that can inject collections. |
AbstractExecutionContext | |
AcceptHeaderByFileSuffixFilter |
Modifies Accept and Accept-Language headers by looking at path file suffix i.e.
|
AcceptParameterHttpPreprocessor |
Enables content negotiation through a query parameter, instead of the Accept Header.
|
AsynchronousDispatcher | |
AsynchronousResponseInjector | |
AsyncResponseConsumer |
The basic idea implemented by AsyncResponseConsumer is that a resource method returns a CompletionStage,
an Observable, etc., and some version of AsyncResponseConsumer subscribes to it.
|
ConstructorInjectorImpl | |
ContextParameterInjector | |
ContextResolverProxy | |
CookieParamInjector | |
ExceptionHandler | |
ExtendedCacheControl |
Adds support for the public directive which is not supported by
CacheControl for some reason. |
FormInjector | |
FormParamInjector | |
HeaderParamInjector | |
Headers<V> | |
InjectorFactoryImpl | |
ListFormInjector |
Can inject lists.
|
LocatorRegistry | |
MapFormInjector |
Can inject maps.
|
MatrixParamInjector | |
MediaTypeMap<T> |
A copy-on-write MediaType index of T.
|
MediaTypeMap.CachedMediaTypeAndClass | |
MessageBodyParameterInjector | |
MethodInjectorImpl | |
PathParamInjector | |
PostResourceMethodInvokers | |
PrefixedFormInjector |
Extension of
FormInjector that handles prefixes for associated classes. |
PropertyInjectorImpl | |
QueryInjector |
Created by Simon Ström on 7/17/14.
|
QueryParamInjector | |
ResourceLocatorInvoker | |
ResourceMethodInvoker | |
ResourceMethodRegistry |
Registry of resources and methods/classes that can dispatch HTTP method requests.
|
ResourcePropertyInjector | |
ResteasyHttpServletRequestWrapper |
ResteasyHttpServletRequestWrapper is introduced to support the use of
RequestDispatcher.forward() and RequestDispatcher.include(), which need
to be able to retrieve the orginal HttpServletRequest.
|
ResteasyHttpServletResponseWrapper |
ResteasyHttpServletResponseWrapper is introduced to support the use of
RequestDispatcher.forward() and RequestDispatcher.include(), which need
to be able to retrieve the orginal HttpServletResponse.
|
ServerResponse | |
ServerResponseWriter | |
StringParameterInjector | |
SuspendInjector | Deprecated
Replaced by org.jboss.resteasy.core.AsynchronousResponseInjector
|
SynchronousDispatcher | |
SynchronousExecutionContext | |
ThreadLocalResteasyProviderFactory |
Allow applications to push/pop provider factories onto the stack.
|
Exception | Description |
---|---|
ExceptionAdapter |
A ExceptionAdapter.
|
NoMessageBodyWriterFoundFailure |
Copyright © 2021 JBoss by Red Hat. All rights reserved.