Uses of Interface
org.glassfish.jersey.internal.util.Producer
-
Packages that use Producer Package Description org.glassfish.jersey.internal Common Jersey internal API classes.org.glassfish.jersey.process.internal Common Jersey internal processing classes.org.glassfish.jersey.server Jersey server-side classes. -
-
Uses of Producer in org.glassfish.jersey.internal
Methods in org.glassfish.jersey.internal with parameters of type Producer Modifier and Type Method Description static <T> TErrors. process(Producer<T> producer)Invoke given producer task and gather errors.static <T> TErrors. 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 Modifier and Type Method Description <T> TRequestScope. runInScope(Producer<T> task)Runs thetaskin the new request scope.<T> TRequestScope. runInScope(RequestContext context, Producer<T> task)Runs thetaskin the request scope initialized from thescope context. -
Uses of Producer in org.glassfish.jersey.server
Methods in org.glassfish.jersey.server with parameters of type Producer Modifier and Type Method Description voidAsyncContext. invokeManaged(Producer<Response> producer)Invoke the provided response producer in a Jersey-managed asynchronous thread.
-