Package | Description |
---|---|
javax.ws.rs.client |
The JAX-RS client API
|
org.jboss.resteasy.client.jaxrs.internal | |
org.jboss.resteasy.client.jaxrs.internal.proxy |
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 |
---|---|
class |
ClientInvocationBuilder |
Modifier and Type | Method and Description |
---|---|
CompletionStageRxInvoker |
CompletionStageRxInvokerProvider.getRxInvoker(SyncInvoker syncInvoker,
ExecutorService executorService) |
Constructor and Description |
---|
CompletionStageRxInvokerImpl(SyncInvoker builder) |
CompletionStageRxInvokerImpl(SyncInvoker builder,
ExecutorService executor) |
Modifier and Type | Field and Description |
---|---|
protected SyncInvoker |
ClientInvoker.syncInvoker |
Modifier and Type | Method and Description |
---|---|
SyncInvoker |
ClientInvoker.getSyncInvoker() |
Modifier and Type | Method and Description |
---|---|
void |
ClientInvoker.setSyncInvoker(SyncInvoker syncInvoker) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.