Package org.glassfish.jersey.server.spi

Jersey server-side service provider contract (SPI) classes.

See:
          Description

Interface Summary
Container Jersey container service contract.
ContainerLifecycleListener Classes implementing this contract receive container life-cycle notification events.
ContainerProvider Service-provider interface for creating container instances.
ContainerRequestContext Request context passed by the container to the ApplicationHandler for each request.
ContainerResponseWriter A suspendable, request-scoped container response writer.
ContainerResponseWriter.TimeoutHandler Time-out handler can be registered when the container response writer gets suspended.
RequestScopedInitializer Custom initialization provider that is guaranteed to be run from within an active request scope.
 

Class Summary
AbstractContainerLifecycleListener Convenience class to allow implementing only a subset of container liefecycle listener callback method(s).
JerseyContainerRequestContext Immutable implementation of Container Request Context interface.
 

Package org.glassfish.jersey.server.spi Description

Jersey server-side service provider contract (SPI) classes.



Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.