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<javax.ws.rs.core.Response,com.google.common.base.Optional<Responder>> Responder.apply(javax.ws.rs.core.Response data)
          Transforms supplied data and returns transformed data together with a processing continuation in the form of a <data, continuation> pair.
 com.google.common.base.Optional<Responder> ResponseProcessor.RespondingContext.createStageChain()
          Create an (optional responder chain from all transformation previously pushed into the context.
 com.google.common.base.Optional<Responder> DefaultRespondingContext.createStageChain()
           
 

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.