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
ExceptionMapper
          Transformation function transforming exception to a result.
FilteringInflector
           
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.
LinearAcceptor
          Linear request acceptor.
LinearAcceptor.Builder
          Linear acceptor chain builder.
RequestProcessor
          Applies all request transformations and returns a continuation with the transformed request on the left side and an (optional) request-to-response inflector on the right side.
RequestScope
          Scopes a single request/response processing execution.
RequestScope.Snapshot
          An opaque RequestScope state holder.
Responder
          Linear response processing stage.
Responder.Builder
          Linear acceptor chain builder.
ResponseProcessor
          Processes result of the request transformation (successful or not).
ResponseProcessor.RespondingContext
          Injectable context that can be used during the data processing for registering Stage instances that will be invoked during the response processing.
Stage
          A generic unidirectional transformation function designed to be used in a Continuation-passing style for request or response processing.
Stage.Root
          Root stage qualifier
StagingContext
          Stage applying context.
TreeAcceptor
          Hierarchical request acceptor.
TreeAcceptor.Builder
          A TreeAcceptor builder.
 



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