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
A
adapt(Call<T>)
- Method in class com.pcloud.networking.api.adapters.
RxObservableCallAdapter
adapt(MultiCall<?, T>)
- Method in class com.pcloud.networking.api.adapters.
RxObservableCallAdapter
adapt(Call<T>)
- Method in class com.pcloud.networking.api.adapters.
RxSingleCallAdapter
adapt(MultiCall<?, T>)
- Method in class com.pcloud.networking.api.adapters.
RxSingleCallAdapter
adapt(Call<T>)
- Method in interface com.pcloud.networking.api.
CallAdapter
Adapt a
Call
to a R
adapt(MultiCall<?, T>)
- Method in interface com.pcloud.networking.api.
CallAdapter
Adapt a
MultiCall
to a R
addAdapterFactories(CallAdapter.Factory...)
- Method in class com.pcloud.networking.api.
ApiComposer.Builder
Adds an array of
CallAdapter.Factory
objects for the
ApiComposer.Builder
addAdapterFactories(Iterable<CallAdapter.Factory>)
- Method in class com.pcloud.networking.api.
ApiComposer.Builder
Adds a Collection of
CallAdapter.Factory
objects for the
ApiComposer.Builder
addAdapterFactory(CallAdapter.Factory)
- Method in class com.pcloud.networking.api.
ApiComposer.Builder
Sets a single
CallAdapter.Factory
for this
ApiComposer
addInterceptor(ResponseInterceptor)
- Method in class com.pcloud.networking.api.
ApiComposer.Builder
Sets a single
ResponseInterceptor
for this
ApiComposer
addInterceptor(RequestInterceptor)
- Method in class com.pcloud.networking.client.
PCloudAPIClient.Builder
Adds a new
RequestInterceptor
addInterceptorAtFront(RequestInterceptor)
- Method in class com.pcloud.networking.client.
PCloudAPIClient.Builder
Adds a
RequestInterceptor
to the front of the List of interceptors
addInterceptors(Collection<ResponseInterceptor>)
- Method in class com.pcloud.networking.api.
ApiComposer.Builder
Adds a Collection of
ResponseInterceptor
objects for the
ApiComposer.Builder
addInterceptors(Collection<RequestInterceptor>)
- Method in class com.pcloud.networking.client.
PCloudAPIClient.Builder
The same as
PCloudAPIClient.Builder.addInterceptor(RequestInterceptor)
but allows adding an entire List of
RequestInterceptor
addTypeAdapter(Type, TypeAdapter<T>)
- Method in class com.pcloud.networking.serialization.
Transformer.Builder
Adds a custom
TypeAdapter
to the
Transformer
addTypeAdapterFactory(TypeAdapterFactory)
- Method in class com.pcloud.networking.serialization.
Transformer.Builder
Adds a custom
TypeAdapterFactory
to the
Transformer
addTypeAlias(Type, Type)
- Method in class com.pcloud.networking.serialization.
Transformer.Builder
Registers an alias for a type.
ApiChannel
- Interface in
com.pcloud.networking.client
A low-level contract for interfacing with an pCloud API Host via binary protocol-encoded messages.
apiClient()
- Method in class com.pcloud.networking.api.
ApiComposer
Returns the
PCloudAPIClient
you provided in the
ApiComposer.Builder
apiClient(PCloudAPIClient)
- Method in class com.pcloud.networking.api.
ApiComposer.Builder
Sets the
PCloudAPIClient
for the
ApiComposer
ApiComposer
- Class in
com.pcloud.networking.api
Composes implementations for interfaces in which you have provided methods that describe your network calls
ApiComposer.Builder
- Class in
com.pcloud.networking.api
A builder to build instances of
ApiComposer
ApiResponse
- Class in
com.pcloud.networking.api
A base implementation of a network response.
ApiResponse(long, String)
- Constructor for class com.pcloud.networking.api.
ApiResponse
Creates the
ApiResponse
.
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