JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Letter
Next Letter
Frames
No Frames
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
V
W
O
onComplete(MultiCall<T, R>, List<R>)
- Method in interface com.pcloud.networking.api.
MultiCallback
Fires once only after all the requests were executed successfully and all the responses were received
onComplete(MultiCall, MultiResponse)
- Method in interface com.pcloud.networking.client.
MultiCallback
Fires once only after all the requests have been executed and only if no exceptions were thrown in the process.
onFailure(Call<T>, IOException)
- Method in interface com.pcloud.networking.api.
Callback
Called on failed operation
onFailure(MultiCall<T, R>, IOException, List<R>)
- Method in interface com.pcloud.networking.api.
MultiCallback
Fires once only if an exception is thrown during the execution of one of the requests
onFailure(Call, IOException)
- Method in interface com.pcloud.networking.client.
Callback
Fired when the
Call
fails due to an IOException
onFailure(MultiCall, IOException, List<Response>)
- Method in interface com.pcloud.networking.client.
MultiCallback
Fires only once when one of the calls execution has thrown an IOException
onResponse(Call<T>, T)
- Method in interface com.pcloud.networking.api.
Callback
Called on a successful operation
onResponse(MultiCall<T, R>, int, R)
- Method in interface com.pcloud.networking.api.
MultiCallback
Called each time when a response has been received for one of the requests
onResponse(Call, Response)
- Method in interface com.pcloud.networking.client.
Callback
Fired when a
Response
is received after a successful execution of a
Call
onResponse(MultiCall, int, Response)
- Method in interface com.pcloud.networking.client.
MultiCallback
Fires each time a request is successful.
A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
V
W
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Letter
Next Letter
Frames
No Frames
All Classes