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
B
beginArray()
- Method in class com.pcloud.networking.protocol.
BytesReader
beginArray()
- Method in class com.pcloud.networking.protocol.
ForwardingProtocolReader
beginArray()
- Method in class com.pcloud.networking.protocol.
ForwardingProtocolResponseReader
beginArray()
- Method in interface com.pcloud.networking.protocol.
ProtocolReader
Begin reading an array from the source
beginObject()
- Method in class com.pcloud.networking.protocol.
BytesReader
beginObject()
- Method in class com.pcloud.networking.protocol.
ForwardingProtocolReader
beginObject()
- Method in class com.pcloud.networking.protocol.
ForwardingProtocolResponseReader
beginObject()
- Method in interface com.pcloud.networking.protocol.
ProtocolReader
Begin reading an object from the source
beginRequest()
- Method in class com.pcloud.networking.protocol.
BytesWriter
beginRequest()
- Method in class com.pcloud.networking.protocol.
ForwardingProtocolRequestWriter
beginRequest()
- Method in interface com.pcloud.networking.protocol.
ProtocolRequestWriter
Start a request
beginResponse()
- Method in class com.pcloud.networking.protocol.
BytesReader
beginResponse()
- Method in class com.pcloud.networking.protocol.
ForwardingProtocolResponseReader
beginResponse()
- Method in interface com.pcloud.networking.protocol.
ProtocolResponseReader
Begin reading a response from the data source
BITS_PER_BYTE
- Static variable in class com.pcloud.utils.
IOUtils
body()
- Method in class com.pcloud.networking.client.
Request
Returns the
RequestBody
of this
Request
body(RequestBody)
- Method in class com.pcloud.networking.client.
Request.Builder
Sets the
RequestBody
for the
Request
build()
- Method in class com.pcloud.networking.client.
Request.Builder
Build and returns a new
Request
with the parameters set via the
Request.Builder
build()
- Method in class com.pcloud.networking.client.
Response.Builder
Builds and returns the
Response
with all the parameters set via the
Response.Builder
build()
- Method in class com.pcloud.networking.serialization.
Transformer.Builder
Builds the
Transformer
object with all the custom
TypeAdapter
and
TypeAdapterFactory
objects added to the
Transformer.Builder
bytes()
- Method in class com.pcloud.networking.client.
ResponseData
Returns the data from the source as a byte array
BytesReader
- Class in
com.pcloud.networking.protocol
A reader for pCloud's binary data protocol
BytesReader(BufferedSource)
- Constructor for class com.pcloud.networking.protocol.
BytesReader
Create a
BytesReader
instance
byteStream()
- Method in class com.pcloud.networking.client.
ResponseData
Returns an InputStream to read the data from the source
byteString()
- Method in class com.pcloud.networking.client.
ResponseData
Reads and returns the content of the data as a ByteString object
BytesWriter
- Class in
com.pcloud.networking.protocol
Writes bytes into a sink
BytesWriter(BufferedSink)
- Constructor for class com.pcloud.networking.protocol.
BytesWriter
Create a
BytesReader
instance
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