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.
ExecutorsFactory<REQUEST> Aggregate request executors provider and response executors provider used by client and server-side run-times to provide support for pluggable managed/async executor services.
PriorityComparator<T> Comparator used to sort types by their priorities defined by annotations BindingPriority.
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.
 

Enum Summary
PriorityComparator.Order Defines which ordering should be used for sorting.
 

Annotation Types Summary
RequestScoped Request scope binding annotation.
 

Package org.glassfish.jersey.process.internal Description

Common Jersey internal processing classes.



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