| Package | Description |
|---|---|
| jakarta.ws.rs.client |
The JAX-RS client API
|
| org.glassfish.jersey.client |
Jersey client-side classes.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
RxInvokerProvider<T extends RxInvoker>
RxInvoker provider. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CompletionStageRxInvoker
Reactive invoker based
CompletionStage. |
| Modifier and Type | Method and Description |
|---|---|
<T extends RxInvoker> |
Invocation.Builder.rx(Class<T> clazz)
Access a reactive invoker based on a
RxInvoker subclass provider. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRxInvoker<T>
Default implementation of
reactive invoker. |
class |
JerseyCompletionStageRxInvoker
Implementation of Reactive Invoker for
CompletionStage. |
| Modifier and Type | Method and Description |
|---|---|
<T extends RxInvoker> |
JerseyInvocation.Builder.rx(Class<T> clazz) |
Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.