|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RequestInvoker.Callback | |
|---|---|
| org.glassfish.jersey.process.internal | Common Jersey internal processing classes. |
| Uses of RequestInvoker.Callback in org.glassfish.jersey.process.internal |
|---|
| Classes in org.glassfish.jersey.process.internal that implement RequestInvoker.Callback | |
|---|---|
class |
ResponseProcessor
Processes result of the request transformation (successful or not). |
| Methods in org.glassfish.jersey.process.internal with parameters of type RequestInvoker.Callback | |
|---|---|
com.google.common.util.concurrent.ListenableFuture<javax.ws.rs.core.Response> |
RequestInvoker.apply(javax.ws.rs.core.Request request,
RequestInvoker.Callback callback)
Transform request data of a given type into a response result of the different type. |
ResponseProcessor |
ResponseProcessor.Builder.build(RequestInvoker.Callback callback,
com.google.common.util.concurrent.ListenableFuture<javax.ws.rs.core.Response> response,
RequestInvoker.InvocationContext invocationContext,
ExceptionMappers exceptionMappers)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||