- SCOPE_ARRAY - Static variable in interface com.pcloud.networking.protocol.ProtocolReader
-
Indicates the reader is currently reading an array from the data source
- SCOPE_DATA - Static variable in interface com.pcloud.networking.protocol.ProtocolResponseReader
-
Indicated the reading is at the beginning of a response's attached byte data.
- SCOPE_NONE - Static variable in interface com.pcloud.networking.protocol.ProtocolReader
-
Indicates the reader has either not begun reading or has finished reading all the data
and is currently not reading anything
- SCOPE_OBJECT - Static variable in interface com.pcloud.networking.protocol.ProtocolReader
-
Indicates the reader is currently reading an object from the data source
- SCOPE_RESPONSE
- Static variable in interface com.pcloud.networking.protocol.ProtocolResponseReader
-
Indicates the reader has begun reading a response
- SerializationException
- Exception in com.pcloud.networking.protocol
-
An exception thrown whenever something goes wrong during data serialization
- SerializationException(String, Object...)
- Constructor for exception com.pcloud.networking.protocol.SerializationException
-
Create with an error message format and arguments in String.format()
style
- SerializationException(String)
- Constructor for exception com.pcloud.networking.protocol.SerializationException
-
Create with an error message
- SerializationException(String, Throwable)
- Constructor for exception com.pcloud.networking.protocol.SerializationException
-
Create with an error message and a CAUSE
- serialize(ProtocolWriter, Date)
- Method in class com.pcloud.networking.serialization.adapters.TimestampDateTypeAdapter
-
Serializes a Date object and writes the binary data into a
ProtocolWriter
- serialize(ProtocolWriter, T)
- Method in class com.pcloud.networking.serialization.GuardedSerializationTypeAdapter
-
- serialize(ProtocolWriter, T)
- Method in class com.pcloud.networking.serialization.TypeAdapter
-
- setConnectTimeout(int, TimeUnit)
- Method in class com.pcloud.networking.client.PCloudAPIClient.Builder
-
Sets the connection timeout duration
- setHostnameVerifier(HostnameVerifier)
- Method in class com.pcloud.networking.client.PCloudAPIClient.Builder
-
Sets the HostnameVerifier for the client
- setReadTimeout(int, TimeUnit)
- Method in class com.pcloud.networking.client.PCloudAPIClient.Builder
-
Sets the read timeout duration
- setSocketFactory(SocketFactory)
- Method in class com.pcloud.networking.client.PCloudAPIClient.Builder
-
Sets the SocketFactory for the client
- setSslSocketFactory(SSLSocketFactory)
- Method in class com.pcloud.networking.client.PCloudAPIClient.Builder
-
Sets the SSLSocketFactory for the client
- setWriteTimeout(int, TimeUnit)
- Method in class com.pcloud.networking.client.PCloudAPIClient.Builder
-
Sets the write timeout duration
- shutdown()
- Method in class com.pcloud.networking.client.PCloudAPIClient
-
Shuts down the client clearing up resources such as idle connections
- skipAll(Source)
- Static method in class com.pcloud.utils.IOUtils
-
Goes through the Source and consumes all the contents
- skipAll(Source, int, TimeUnit)
- Static method in class com.pcloud.utils.IOUtils
-
Reads until in
is exhausted or the deadline has been reached.
- skipValue()
- Method in class com.pcloud.networking.protocol.BytesReader
-
- skipValue() -
Method in class com.pcloud.networking.protocol.ForwardingProtocolReader
-
- skipValue()
- Method in class com.pcloud.networking.protocol.ForwardingProtocolResponseReader
-
- skipValue()
- Method in interface com.pcloud.networking.protocol.ProtocolReader
-
Consume and discard the next value
- socketAddress()
- Method in class com.pcloud.networking.client.Endpoint
-
Returns the SocketAddress for this post and port
- socketFactory()
- Method in class com.pcloud.networking.client.PCloudAPIClient
-
Returns the SocketFactory for of this client
- source() - Method in class
com.pcloud.networking.client.ResponseData
-
A BufferedSource which is the source of the data
- sslSocketFactory() - Method in class com.pcloud.networking.client.PCloudAPIClient
-
Returns the SSLSocketFactory for this client
- start() - Method in interface com.pcloud.networking.api.MultiCall
-
- start() - Method in interface com.pcloud.networking.client.MultiCall
-
- submitRequests(int) - Method in interface com.pcloud.networking.api.Interactor
-
Write a given amount of requests.
- submitRequests(int) - Method in interface com.pcloud.networking.client.Interactor
-
Write a given amount of requests.