- 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
-
- 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
-
- removeInterceptors(Collection<ResponseInterceptor>) - Method in class com.pcloud.networking.api.ApiComposer.Builder
-
- request() - Method in interface com.pcloud.networking.client.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
-
- request() - Method in class com.pcloud.networking.client.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
-
- 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
-
- responseBody(ResponseBody) - Method in class com.pcloud.networking.client.Response.Builder
-
- responseBody() - Method in class com.pcloud.networking.client.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
-
- 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
-
- 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
-
- 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