|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Contract public interface ResponseExecutorsProvider
Pluggable provider of executor services used to run
Jersey request and response processing code.
request 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.
The custom provider implementing this interface should be registered in the standard way on the server. The client must be created with configuration containing the provider, later registrations will be ignored.
RequestExecutorsProvider| Method Summary | |
|---|---|
ExecutorService |
getRespondingExecutor()
Get response processing executor. |
| Method Detail |
|---|
ExecutorService getRespondingExecutor()
null if the provider does not supply the executor.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||