Uses of Package
org.glassfish.jersey.process.internal

Packages that use org.glassfish.jersey.process.internal
org.glassfish.jersey.process.internal Common Jersey internal processing classes. 
 

Classes in org.glassfish.jersey.process.internal used by org.glassfish.jersey.process.internal
AbstractChainableStage
          Abstract chainable linear acceptor.
AbstractFilterProcessor
          Abstract filter processor.
AsyncInflectorAdapter
          Suspendable, asynchronous Request to Response inflector adapter that provides implementation of the request suspend/resume capabilities of the invocation context and returns a listenable response future instead of a plain response object.
ChainableStage
          Linear acceptor that can be composed into a chain.
InvocationCallback
          Request transformation callback used by a request invoker to provide asynchronous notifications about the request processing.
InvocationContext
          Injectable invocation context that can be used to control various aspects of the invocation, e.g.
InvocationContext.State
          Invocation context state.
PriorityComparator.Order
          Defines which ordering should be used for sorting.
RequestFilterProcessor
          Executes the configured set of request filters on a request.
RequestInvoker
          Request invoker is the main request to response data processing entry point.
RequestScope.Instance
          Implementation of the request scope instance.
RequestScope.Producer
          This interface extends Callable interface but removes the exception from call declaration.
ResponseFilterProcessor
          Executes the configured set of response filters on a response.
ResponseProcessor
          Processes result of the request transformation (successful or not).
ResponseProcessor.Builder
          Response processor factory.
ResponseProcessor.RespondingContext
          Injectable context that can be used during the data processing for registering response processing functions that will be invoked during the response processing.
Stage
          Data processing stage that can be used to create dynamic data processing chains.
Stage.Builder
          Linear stage chain builder.
Stage.Continuation
          Data processing stage continuation.
TransformableData
          Contains the reference to data as well as an (optional) inflector that may be used to transform the data into a result.
 



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