|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Producer | |
|---|---|
| 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 | ||
|---|---|---|
static
|
Errors.process(Producer<T> producer)
Invoke given producer task and gather errors. |
|
static
|
Errors.processWithException(Producer<T> producer)
Invoke given producer task and gather errors. |
|
| Uses of Producer in org.glassfish.jersey.process.internal |
|---|
| Methods in org.glassfish.jersey.process.internal with parameters of type Producer | ||
|---|---|---|
|
RequestScope.runInScope(Producer<T> task)
Runs the task in the new request scope. |
|
|
RequestScope.runInScope(RequestScope.Instance scopeInstance,
Producer<T> task)
Runs the task in the request scope initialized
from the scope instance. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||