Uses of Interface
org.glassfish.jersey.process.internal.Responder

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

Uses of Responder in org.glassfish.jersey.process.internal
 

Methods in org.glassfish.jersey.process.internal that return Responder
 Responder Responder.Builder.build()
          Build a responder chain.
 Responder Responder.Builder.build(Responder terminal)
          Add terminal responder to the responder chain and build the chain.
 

Methods in org.glassfish.jersey.process.internal that return types with arguments of type Responder
 Pair<Response,com.google.common.base.Optional<Responder>> Responder.apply(Response data)
          

The returned continuation is (optionally) the next responder that should be invoked.

 com.google.common.base.Optional<Responder> ResponseProcessor.RespondingContext.createStageChain()
          Create an (optional responder chain from all transformation previously pushed into the context.
 

Methods in org.glassfish.jersey.process.internal with parameters of type Responder
 Responder Responder.Builder.build(Responder terminal)
          Add terminal responder to the responder chain and build the chain.
 



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