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 |
---|---|
static interface |
Invocation.Builder
A client request invocation builder.
|
Modifier and Type | Method and Description |
---|---|
T |
RxInvokerProvider.getRxInvoker(SyncInvoker syncInvoker,
ExecutorService executorService)
Get
RxInvoker implementation instance. |
Modifier and Type | Class and Description |
---|---|
static class |
JerseyInvocation.Builder
Jersey-specific
client invocation builder . |
Modifier and Type | Method and Description |
---|---|
protected SyncInvoker |
AbstractRxInvoker.getSyncInvoker()
Return invocation builder this reactive invoker was initialized with.
|
Constructor and Description |
---|
AbstractRxInvoker(SyncInvoker syncInvoker,
ExecutorService executor) |
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.