Package javax.ws.rs.container


package javax.ws.rs.container
Container-specific JAX-RS API.
  • Class
    Description
    An injectable JAX-RS asynchronous response that provides means for asynchronous server side response processing.
    A request processing callback that receives request processing completion events.
    Asynchronous request processing lifecycle callback that receives connection related asynchronous response lifecycle events.
    Container request filter context.
    An extension interface implemented by container request filters.
    Container response filter context.
    An extension interface implemented by container response filters.
    A JAX-RS meta-provider for dynamic registration of post-matching providers during a JAX-RS application setup at deployment time.
    Global binding annotation that can be applied to a container request filter to indicate that such filter should be applied globally on all resources in the application before the actual resource matching occurs.
    The resource context provides access to instances of resource classes.
    An injectable class to access the resource class and resource method matched by the current request.
    Inject a suspended AsyncResponse into a parameter of an invoked JAX-RS resource or sub-resource method.
    Asynchronous response suspend time-out handler.