Interface | Description |
---|---|
AsynchronousResponse | Deprecated
Replaced by javax.ws.rs.container.AsyncResponse
|
ConstructorInjector | |
HeaderValueProcessor | |
HttpRequest |
Bridge interface between the base Resteasy JAX-RS implementation and the actual HTTP transport (i.e.
|
HttpRequestPreprocessor |
HttpRequestPreprocessors get invoked before any dispatching to JAX-RS resource methods happens
|
HttpResponse |
Bridge interface between the base Resteasy JAX-RS implementation and the actual HTTP transport (i.e.
|
InjectorFactory | |
MarshalledEntity<T> |
Allows you to access the entity's raw bytes as well as the marshalled object.
|
MethodInjector |
Will invoke a method in the context of an HTTP request.
|
PropertyInjector | |
ProviderFactoryDelegate | |
Registry | |
ResourceFactory |
Implementations of this interface are registered through the Registry class.
|
ResteasyAsynchronousContext | |
ResteasyAsynchronousResponse | |
ResteasyConfiguration | |
StringConverter<T> | Deprecated
Replaced by javax.ws.rs.ext.ParamConverter
|
StringParameterUnmarshaller<T> |
Similar to StringConverter except specific to a parameter injection only.
|
Class | Description |
---|---|
CorsHeaders | |
InternalDispatcher |
InternalDispatch represents a "forward" in servlet terms.
|
Link | Deprecated
Replaced by javax.ws.rs.core.Link in jaxrs-api module.
|
LinkHeader | |
LinkHeaders |
Abstraction for LInk headers.
|
ResteasyDeployment |
This class is used to configure and initialize the core components of RESTEasy.
|
ResteasyProviderFactory | |
ResteasyProviderFactory.SortedKey<T> |
Allow us to sort message body implementations that are more specific for their types
i.e.
|
ResteasyUriInfo |
UriInfo implementation with some added extra methods to help process requests
|
Exception | Description |
---|---|
ApplicationException |
This exception is thrown internally by Resteasy runtime.
|
BadRequestException |
Thrown by RESTEasy when HTTP Bad Request (400) is encountered
|
DefaultOptionsMethodException |
This exception is thrown when the client invokes HTTP OPTIONS operation and the JAX-RS resource
does not have a Java method that supports OPTIONS.
|
Failure |
This exception should only be used by Resteasy integrators.
|
ForbiddenException | Deprecated
Replaced by javax.ws.rs.ForbiddenException in jaxrs-api module.
|
InternalServerErrorException |
Thrown by RESTEasy when HTTP Internal Service Error (500) is encountered
|
LoggableFailure |
This exception should only be used by Resteasy integrators.
|
MethodNotAllowedException | Deprecated
Replaced by javax.ws.rs.NotAllowedException in jaxrs-api module.
|
NoLogWebApplicationException |
WebApplicationExceptions are logged by RESTEasy.
|
NotAcceptableException | Deprecated
Replaced by javax.ws.rs.NotAcceptableException in jaxrs-api module.
|
NotFoundException | Deprecated
Replaced by javax.ws.rs.NotFoundException in jaxrs-api module.
|
NotImplementedYetException | |
ReaderException |
Any exception thrown by a MessageBodyReader chain that is not an instance of a ReaderException is caught internally
by the Resteasy runtime and wrapped with an instance of ReaderException.
|
UnauthorizedException | Deprecated
Replaced by javax.ws.rs.NotAuthorizedException in jaxrs-api module.
|
UnhandledException |
This exception should only be used by Resteasy integrators.
|
UnsupportedMediaTypeException | Deprecated
Replaced by javax.ws.rs.NotSupportedException in jaxrs-api module.
|
WriterException |
Any exception thrown by a MessageBodyWriter chain that is not an instance of a WriterException is caught internally
by the Resteasy runtime and wrapped with an instance of WriterException.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.