Uses of Interface
jakarta.ws.rs.client.SyncInvoker
-
Packages that use SyncInvoker Package Description jakarta.ws.rs.client The JAX-RS client APIorg.jboss.resteasy.client.jaxrs.internal org.jboss.resteasy.client.jaxrs.internal.proxy -
-
Uses of SyncInvoker in jakarta.ws.rs.client
Subinterfaces of SyncInvoker in jakarta.ws.rs.client Modifier and Type Interface Description static interfaceInvocation.BuilderA client request invocation builder.Methods in jakarta.ws.rs.client with parameters of type SyncInvoker Modifier and Type Method Description TRxInvokerProvider. getRxInvoker(SyncInvoker syncInvoker, ExecutorService executorService)GetRxInvokerimplementation instance. -
Uses of SyncInvoker in org.jboss.resteasy.client.jaxrs.internal
Classes in org.jboss.resteasy.client.jaxrs.internal that implement SyncInvoker Modifier and Type Class Description classClientInvocationBuilderMethods in org.jboss.resteasy.client.jaxrs.internal with parameters of type SyncInvoker Modifier and Type Method Description CompletionStageRxInvokerCompletionStageRxInvokerProvider. getRxInvoker(SyncInvoker syncInvoker, ExecutorService executorService)Constructors in org.jboss.resteasy.client.jaxrs.internal with parameters of type SyncInvoker Constructor Description CompletionStageRxInvokerImpl(SyncInvoker builder)CompletionStageRxInvokerImpl(SyncInvoker builder, ExecutorService executor) -
Uses of SyncInvoker in org.jboss.resteasy.client.jaxrs.internal.proxy
Fields in org.jboss.resteasy.client.jaxrs.internal.proxy declared as SyncInvoker Modifier and Type Field Description protected SyncInvokerClientInvoker. syncInvokerMethods in org.jboss.resteasy.client.jaxrs.internal.proxy that return SyncInvoker Modifier and Type Method Description SyncInvokerClientInvoker. getSyncInvoker()Methods in org.jboss.resteasy.client.jaxrs.internal.proxy with parameters of type SyncInvoker Modifier and Type Method Description voidClientInvoker. setSyncInvoker(SyncInvoker syncInvoker)
-