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. -
-
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.
-