|
Interface Summary |
| AsynchronousResponse |
This is injected into a jax-rs method via the @Suspend annotation. |
| ClientHttpOutput |
Bridge interface between the base Resteasy JAX-RS client implementation and the actual HTTP transport (i.e. |
| ConstructorInjector |
|
| HttpRequest |
Bridge interface between the base Resteasy JAX-RS implementation and the actual HTTP transport (i.e. |
| HttpResponse |
Bridge interface between the base Resteasy JAX-RS implementation and the actual HTTP transport (i.e. |
| InjectorFactory |
|
| MethodInjector |
Will invoke a method in the context of an HTTP request. |
| PropertyInjector |
|
| Registry |
|
| ResourceFactory |
Implementations of this interface are registered through the Registry class. |
| StringConverter<T> |
Implement this interface and annotate your class with @Provider to provide marshalling and unmarshalling
of string-based, @HeaderParam, @MatrixParam, @QueryParam, and/or @PathParam injected values. |