| Package | Description |
|---|---|
| org.jboss.resteasy.client.jaxrs | |
| org.jboss.resteasy.client.jaxrs.engines | |
| org.jboss.resteasy.client.jaxrs.engines.jetty |
| Modifier and Type | Method and Description |
|---|---|
<T> Future<T> |
AsyncClientHttpEngine.submit(ClientInvocation request,
boolean buffered,
javax.ws.rs.client.InvocationCallback<T> callback,
AsyncClientHttpEngine.ResultExtractor<T> extractor)
Submits an asynchronous request.
|
| Modifier and Type | Method and Description |
|---|---|
<T> Future<T> |
ApacheHttpAsyncClient4Engine.submit(ClientInvocation request,
boolean buffered,
javax.ws.rs.client.InvocationCallback<T> callback,
AsyncClientHttpEngine.ResultExtractor<T> extractor) |
| Modifier and Type | Method and Description |
|---|---|
<T> Future<T> |
JettyClientEngine.submit(ClientInvocation invocation,
boolean bufIn,
javax.ws.rs.client.InvocationCallback<T> callback,
AsyncClientHttpEngine.ResultExtractor<T> extractor)
Implementation note: due to lack of asynchronous message decoders the request must either be buffered,
or it must have a
null extractor and type parameter <T> must be ClientResponse,
which will read the data through its stream. |
Copyright © 2019 JBoss by Red Hat. All rights reserved.