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

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

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

Classes in org.glassfish.jersey.process.internal that implement LinearAcceptor
 class PreMatchRequestFilterAcceptor
           
 class RequestFilterAcceptor
           
 

Methods in org.glassfish.jersey.process.internal that return LinearAcceptor
static LinearAcceptor Stages.asLinearAcceptor(Inflector<javax.ws.rs.core.Request,javax.ws.rs.core.Response> inflector)
          Creates a terminal LinearAcceptor that implements Inflecting interface and returns the provided Inflector instance when the Inflecting.inflector() method is called.
 LinearAcceptor LinearAcceptor.Builder.build()
          Build a acceptor chain.
 LinearAcceptor LinearAcceptor.Builder.build(LinearAcceptor terminal)
          Add terminal acceptor to the acceptor chain and build the chain.
 

Methods in org.glassfish.jersey.process.internal that return types with arguments of type LinearAcceptor
 Pair<javax.ws.rs.core.Request,com.google.common.base.Optional<LinearAcceptor>> PreMatchRequestFilterAcceptor.apply(javax.ws.rs.core.Request data)
           
 Pair<javax.ws.rs.core.Request,com.google.common.base.Optional<LinearAcceptor>> RequestFilterAcceptor.apply(javax.ws.rs.core.Request data)
           
 Pair<javax.ws.rs.core.Request,com.google.common.base.Optional<LinearAcceptor>> LinearAcceptor.apply(javax.ws.rs.core.Request data)
          Transforms supplied data and returns transformed data together with a processing continuation in the form of a <data, continuation> pair.
static Pair<javax.ws.rs.core.Request,com.google.common.base.Optional<LinearAcceptor>> Stages.terminalLinearContinuation(javax.ws.rs.core.Request request)
          Create a terminal linear continuation with the supplied request on the left side of the continuation.
 

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

Constructors in org.glassfish.jersey.process.internal with parameters of type LinearAcceptor
LinearRequestProcessor(LinearAcceptor rootAcceptor, org.glassfish.hk2.Factory<StagingContext<javax.ws.rs.core.Request>> contextProvider)
          Construct a linear stage request processor.
 



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