|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Call | |
|---|---|
| org.gcube.common.clients.delegates | |
| Uses of Call in org.gcube.common.clients.delegates |
|---|
| Methods in org.gcube.common.clients.delegates with parameters of type Call | ||
|---|---|---|
|
DirectDelegate.make(Call<S,V> call)
|
|
|
AsyncProxyDelegate.make(Call<S,V> call)
|
|
|
MockDelegate.make(Call<S,V> call)
|
|
|
DiscoveryDelegate.make(Call<S,V> call)
|
|
|
ProxyDelegate.make(Call<S,V> call)
Makes a Call to a given service endpoint. |
|
|
AsyncProxyDelegate.makeAsync(Call<S,V> call)
Makes a Call to a service endpoint asynchronously, returning a Future that clients can use to
poll for and obtain the call outcome, or to cancel the call (assuming that the call is designed for cancellation
or has not been made yet). |
|
|
AsyncProxyDelegate.makeAsync(Call<S,V> call,
Callback<V> callback)
Makes a Call to a service endpoint asynchronously, notifying a Callback of its outcome. |
|
|
AsyncProxyDelegate.makeAsync(Call<S,V> call,
Callback<V> callback,
ExecutorService service)
Makes a Call to a service endpoint asynchronously, notifying a Callback of its outcome. |
|
|
AsyncProxyDelegate.makeAsync(Call<S,V> call,
ExecutorService service)
Makes a Call to a service endpoint asynchronously, returning a Future that clients can use to
poll for and obtain the call outcome, or to cancel the call (assuming that the call is designed for cancellation
or has not been made yet). |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||