|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProcessingExecutorsProvider
Pluggable provider of executor services used to run
Jersey request and response processing code.
requesting executor to run the request
pre-processing and request-to-response transformation code. Once the response
is available, Jersey will use the responding
executor to run the response post-processing code, before the final response
is returned to the application layer.
ProcessingExecutorsModule| Method Summary | |
|---|---|
java.util.concurrent.ExecutorService |
getRequestingExecutor()
Get request processing executor. |
java.util.concurrent.ExecutorService |
getRespondingExecutor()
Get response processing executor. |
| Method Detail |
|---|
java.util.concurrent.ExecutorService getRequestingExecutor()
null if the default
executor should be used.java.util.concurrent.ExecutorService getRespondingExecutor()
null if the default
executor should be used.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||