Uses of Interface
org.glassfish.jersey.internal.util.Producer

Packages that use Producer
org.glassfish.jersey.internal Common Jersey internal API classes. 
org.glassfish.jersey.process.internal Common Jersey internal processing classes. 
org.glassfish.jersey.server.internal.process Jersey server-side internal classes related to request and response processing. 
 

Uses of Producer in org.glassfish.jersey.internal
 

Methods in org.glassfish.jersey.internal with parameters of type Producer
static
<T> T
Errors.process(Producer<T> producer)
          Invoke given producer task and gather errors.
static
<T> T
Errors.processWithException(Producer<T> producer)
          Invoke given producer task and gather messages.
 

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

Methods in org.glassfish.jersey.process.internal with parameters of type Producer
<T> T
RequestScope.runInScope(Producer<T> task)
          Runs the task in the new request scope.
<T> T
RequestScope.runInScope(RequestScope.Instance scopeInstance, Producer<T> task)
          Runs the task in the request scope initialized from the scope instance.
 

Uses of Producer in org.glassfish.jersey.server.internal.process
 

Methods in org.glassfish.jersey.server.internal.process with parameters of type Producer
 void AsyncContext.invokeManaged(Producer<Response> producer)
          Invoke the provided response producer in a Jersey-managed asynchronous thread.
 



Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.