Uses of Interface
jakarta.ws.rs.client.AsyncInvoker
-
Packages that use AsyncInvoker Package Description jakarta.ws.rs.client The JAX-RS client APIorg.glassfish.jersey.client Jersey client-side classes. -
-
Uses of AsyncInvoker in jakarta.ws.rs.client
Methods in jakarta.ws.rs.client that return AsyncInvoker Modifier and Type Method Description AsyncInvokerInvocation.Builder. async()Access the asynchronous uniform request invocation interface to asynchronously invoke the built request. -
Uses of AsyncInvoker in org.glassfish.jersey.client
Classes in org.glassfish.jersey.client that implement AsyncInvoker Modifier and Type Class Description classJerseyCompletionStageRxInvokerImplementation of Reactive Invoker forCompletionStage.Methods in org.glassfish.jersey.client that return AsyncInvoker Modifier and Type Method Description AsyncInvokerJerseyInvocation.Builder. async()
-