Uses of Interface
jakarta.ws.rs.client.SyncInvoker
-
Packages that use SyncInvoker Package Description jakarta.ws.rs.client The JAX-RS client APIorg.glassfish.jersey.client Jersey client-side classes. -
-
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.glassfish.jersey.client
Classes in org.glassfish.jersey.client that implement SyncInvoker Modifier and Type Class Description static classJerseyInvocation.BuilderJersey-specificclient invocation builder.Methods in org.glassfish.jersey.client that return SyncInvoker Modifier and Type Method Description protected SyncInvokerAbstractRxInvoker. getSyncInvoker()Return invocation builder this reactive invoker was initialized with.Constructors in org.glassfish.jersey.client with parameters of type SyncInvoker Constructor Description AbstractRxInvoker(SyncInvoker syncInvoker, ExecutorService executor)
-