Package org.glassfish.jersey.process.internal

Common Jersey internal processing classes.

See:
          Description

Interface Summary
ChainableStage<DATA> Linear acceptor that can be composed into a chain.
Inflecting<DATA,RESULT> Interface that is used to indicate that the instance provides an Inflector.
Stage<DATA> Data processing stage that can be used to create dynamic data processing chains.
Stage.Builder<DATA> Linear stage chain builder.
 

Class Summary
AbstractChainableStage<DATA> Abstract chainable linear acceptor.
RequestExecutorFactory Request executors provider aggregator used by client and server-side run-times to provide support for pluggable managed/async executor services.
RequestScope Scopes a single request/response processing execution on a single thread.
RequestScope.Binder Request scope injection binder.
RequestScope.Instance Implementation of the request scope instance.
Stage.Continuation<DATA> Data processing stage continuation.
Stages A stage-related collection of utility methods.
Stages.LinkedStage<DATA> Linked linear stage implementation.
 

Annotation Types Summary
RequestScoped Request scope binding annotation.
 

Package org.glassfish.jersey.process.internal Description

Common Jersey internal processing classes.



Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.