@Contract public interface RequestExecutorsProvider
executor services used to run
Jersey request and response processing code.
When Jersey receives a request for processing, it will use the
requesting executor to run the request
pre-processing and request-to-response transformation code.
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.
ResponseExecutorsProvider| Modifier and Type | Method and Description |
|---|---|
ExecutorService |
getRequestingExecutor()
Get request processing executor.
|
ExecutorService getRequestingExecutor()
null if the provider does not supply the executor.Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.