- Parameter - Annotation Type in com.pcloud.networking.api
-
Mark a method parameter as a requestBody parameter.
- ParameterValue - Annotation Type in com.pcloud.networking.serialization
-
Controls whether a field should be serialized to/deserialised from binary protocol values.
- PCloudAPIClient - Class
in com.pcloud.networking.client
-
An implementation of a client used to make network calls
- PCloudAPIClient.Builder -
Class in com.pcloud.networking.client
-
Builds instances of the
PCloudAPIClient
and allows different properties to be set as needed
- peek() - Method in class
com.pcloud.networking.protocol.BytesReader
-
- peek()
- Method in class com.pcloud.networking.protocol.ForwardingProtocolReader
-
- peek() -
Method in class com.pcloud.networking.protocol.ForwardingProtocolResponseReader
-
- peek() - Method in interface
com.pcloud.networking.protocol.ProtocolReader
-
Peek the data and check what is the type of the data that follows
- peekNumberLe(BufferedSource, int, int)
- Static method in class com.pcloud.utils.IOUtils
-
Peeks but does not consume a number from a BufferedSource
- peekNumberLe(BufferedSource, int)
- Static method in class com.pcloud.utils.IOUtils
-
Peeks but does not consume a number from a BufferedSource
- port() -
Method in class com.pcloud.networking.client.Endpoint
-
Returns the port which can range between 0 and 65535
- ProtocolReader -
Interface in com.pcloud.networking.protocol
-
A contract for an object capable of reading serialized data from a data source.
- ProtocolRequestWriter - Interface in com.pcloud.networking.protocol
-
A contract for serializing requests
- ProtocolResponseReader
- Interface in com.pcloud.networking.protocol
-
A contract for a reader which can read data from a response
- ProtocolWriter -
Interface in com.pcloud.networking.protocol
-
A contract for a encoding parameters and their values in a type-safe manner