Uses of Interface
org.jboss.resteasy.client.jaxrs.engines.AsyncClientHttpEngine.ResultExtractor
-
Packages that use AsyncClientHttpEngine.ResultExtractor Package Description org.jboss.resteasy.client.jaxrs.engines org.jboss.resteasy.client.jaxrs.internal -
-
Uses of AsyncClientHttpEngine.ResultExtractor in org.jboss.resteasy.client.jaxrs.engines
Methods in org.jboss.resteasy.client.jaxrs.engines with parameters of type AsyncClientHttpEngine.ResultExtractor Modifier and Type Method Description <T> Future<T>ApacheHttpAsyncClient4Engine. submit(ClientInvocation request, boolean buffered, jakarta.ws.rs.client.InvocationCallback<T> callback, AsyncClientHttpEngine.ResultExtractor<T> extractor)<T> CompletableFuture<T>ApacheHttpAsyncClient4Engine. submit(ClientInvocation request, boolean buffered, AsyncClientHttpEngine.ResultExtractor<T> extractor, ExecutorService executorService)<T> Future<T>AsyncClientHttpEngine. submit(ClientInvocation request, boolean buffered, jakarta.ws.rs.client.InvocationCallback<T> callback, AsyncClientHttpEngine.ResultExtractor<T> extractor)Submits an asynchronous request.default <T> CompletableFuture<T>AsyncClientHttpEngine. submit(ClientInvocation request, boolean buffered, AsyncClientHttpEngine.ResultExtractor<T> extractor)Submits an asynchronous request.<T> CompletableFuture<T>AsyncClientHttpEngine. submit(ClientInvocation request, boolean buffered, AsyncClientHttpEngine.ResultExtractor<T> extractor, ExecutorService executorService)Submits an asynchronous request.<T> org.reactivestreams.Publisher<T>ReactiveClientHttpEngine. submitRx(ClientInvocation request, boolean buffered, AsyncClientHttpEngine.ResultExtractor<T> extractor)This is the main bridge from RestEasy to a reactive implementation. -
Uses of AsyncClientHttpEngine.ResultExtractor in org.jboss.resteasy.client.jaxrs.internal
Methods in org.jboss.resteasy.client.jaxrs.internal that return AsyncClientHttpEngine.ResultExtractor Modifier and Type Method Description protected static <T> AsyncClientHttpEngine.ResultExtractor<T>ClientInvocation. getGenericTypeExtractor(jakarta.ws.rs.core.GenericType<T> responseType)protected static <T> AsyncClientHttpEngine.ResultExtractor<T>ClientInvocation. getResponseTypeExtractor(Class<T> responseType)
-