Skip navigation links
A B C D E F G H I L M N O P R S T U V W 

R

read(ProtocolReader) - Method in class com.pcloud.networking.protocol.ValueReader
Read data with a ProtocolReader and extract all the data from the readers source
readAll(BufferedSource) - Method in class com.pcloud.networking.protocol.DataSink
Reads all bytes from a source
readArray(ProtocolReader) - Method in class com.pcloud.networking.protocol.ValueReader
Read all the data from readers source and extract it to an Object array
readBoolean() - Method in class com.pcloud.networking.protocol.BytesReader
 
readBoolean() - Method in class com.pcloud.networking.protocol.ForwardingProtocolReader
 
readBoolean() - Method in class com.pcloud.networking.protocol.ForwardingProtocolResponseReader
 
readBoolean() - Method in interface com.pcloud.networking.protocol.ProtocolReader
Read a boolean value from the source
readData(OutputStream) - Method in class com.pcloud.networking.protocol.BytesReader
 
readData(BufferedSink) - Method in class com.pcloud.networking.protocol.BytesReader
 
readData(BufferedSink) - Method in class com.pcloud.networking.protocol.ForwardingProtocolResponseReader
 
readData(OutputStream) - Method in class com.pcloud.networking.protocol.ForwardingProtocolResponseReader
 
readData(BufferedSink) - Method in interface com.pcloud.networking.protocol.ProtocolResponseReader
Read the data after a response.
readData(OutputStream) - Method in interface com.pcloud.networking.protocol.ProtocolResponseReader
Read the data after a response.
reader() - Method in interface com.pcloud.networking.client.ApiChannel
 
reader() - Method in class com.pcloud.networking.client.ResponseBody
Returns the ProtocolReader which is able to read this ResponseBody
readList(ProtocolReader) - Method in class com.pcloud.networking.protocol.ValueReader
Read all the data from a readers source and extract it as a List
readNumber() - Method in class com.pcloud.networking.protocol.BytesReader
 
readNumber() - Method in class com.pcloud.networking.protocol.ForwardingProtocolReader
 
readNumber() - Method in class com.pcloud.networking.protocol.ForwardingProtocolResponseReader
 
readNumber() - Method in interface com.pcloud.networking.protocol.ProtocolReader
Read a number from the source
readNumberLe(BufferedSource, int) - Static method in class com.pcloud.utils.IOUtils
Reads a number from the BufferedSource
readObject(ProtocolReader) - Method in class com.pcloud.networking.protocol.ValueReader
Read the data from a readers source and extract it to a Map
readString() - Method in class com.pcloud.networking.protocol.BytesReader
 
readString() - Method in class com.pcloud.networking.protocol.ForwardingProtocolReader
 
readString() - Method in class com.pcloud.networking.protocol.ForwardingProtocolResponseReader
 
readString() - Method in interface com.pcloud.networking.protocol.ProtocolReader
Read a String from the source
readTimeout() - Method in class com.pcloud.networking.client.PCloudAPIClient
Returns the read timeout in milliseconds
removeInterceptor(ResponseInterceptor) - Method in class com.pcloud.networking.api.ApiComposer.Builder
Removes a single ResponseInterceptor from the ApiComposer.Builder
removeInterceptors(Collection<ResponseInterceptor>) - Method in class com.pcloud.networking.api.ApiComposer.Builder
Removes a Collection of ResponseInterceptor from the ApiComposer.Builder
request() - Method in interface com.pcloud.networking.client.Call
Provides the Request of this call
request(int) - Method in class com.pcloud.networking.client.MultiResponse
Returns the Request for a given index
Request - Class in com.pcloud.networking.client
An implementation of a network request to the server
request(Request) - Method in class com.pcloud.networking.client.Response.Builder
Sets the Request that was executed to receive this Response
request() - Method in class com.pcloud.networking.client.Response
Returns the Request for this Response
Request.Builder - Class in com.pcloud.networking.client
A builder to build a Request with and set all its parameters
RequestBody - Annotation Type in com.pcloud.networking.api
Mark a method parameter as a requestBody body.
RequestBody - Class in com.pcloud.networking.client
An interface to represent a request body for a Request
RequestBody() - Constructor for class com.pcloud.networking.client.RequestBody
 
RequestData - Annotation Type in com.pcloud.networking.api
Mark a method parameter as a Request data source.
RequestInterceptor - Interface in com.pcloud.networking.client
A contract for an interceptor which is able to intercept an network request and write some data to it
requests() - Method in interface com.pcloud.networking.api.MultiCall
Returns a List of the requests for this MultiCall
requests() - Method in interface com.pcloud.networking.client.MultiCall
Returns a List of the Request objects in this MultiCall
response(int) - Method in class com.pcloud.networking.client.MultiResponse
Returns a Response for the position of the Response in numerical order corresponding to the position of the Request in numerical order
Response - Class in com.pcloud.networking.client
An implementation of a response to a network request
Response.Builder - Class in com.pcloud.networking.client
A builder to construct Response objects
responseBody(ResponseBody) - Method in class com.pcloud.networking.client.Response.Builder
Sets the ResponseBody for this Response
responseBody() - Method in class com.pcloud.networking.client.Response
Returns the ResponseBody of this Response
ResponseBody - Class in com.pcloud.networking.client
An interface for the response body of a network call
ResponseBody() - Constructor for class com.pcloud.networking.client.ResponseBody
 
responseData() - Method in class com.pcloud.networking.api.DataApiResponse
Returns the ResponseData of this response
ResponseData - Class in com.pcloud.networking.client
An implementation to represent the data for a network call ResponseBody
ResponseInterceptor - Interface in com.pcloud.networking.api
A contract for an object able to intercept an ApiResponse and interact with it before it is delivered
responses() - Method in class com.pcloud.networking.client.MultiResponse
Returns a List of all the Response objects within the MultiResponse
responseType() - Method in class com.pcloud.networking.api.adapters.RxObservableCallAdapter
 
responseType() - Method in class com.pcloud.networking.api.adapters.RxSingleCallAdapter
 
responseType() - Method in interface com.pcloud.networking.api.CallAdapter
 
RESULT_SUCCESS - Static variable in class com.pcloud.networking.api.ApiResponse
The default result code for a successful request
resultCode() - Method in class com.pcloud.networking.api.ApiResponse
Returns the result code for this ApiResponse
RxObservableCallAdapter<T> - Class in com.pcloud.networking.api.adapters
A CallAdapter implementation that returns RxJava 1.x Observables
RxSingleCallAdapter<T> - Class in com.pcloud.networking.api.adapters
A CallAdapter implementation that returns RxJava 1.x Singles
A B C D E F G H I L M N O P R S T U V W 
Skip navigation links