|
class | Channel |
| Tool class for easy channel manipulation. This class is for internal usage. More...
|
|
class | ErrHandler |
| Class for handling thrown exceptions during an asynchronous execution of this library. More...
|
|
class | Json |
| Tool class to simplify operations on JSON objects and strings. This is for internal usage. More...
|
|
interface | Listener |
| Basic interface for receiving generic asyncronous CloudPlugs notifications and events. More...
|
|
class | ListListener |
| This class is a list of Listeners. It's a convenient way to handle more listeners using just one. More...
|
|
class | MetaListener |
| Convenient class encapsulates a Listener and acts just like the encapsulated one, but it also invokes the Listener#onErr(Throwable) method if the encapsulated listener throws an exception. More...
|
|
class | MultiListener |
| Convenient class combines the behaviors and the advantages of ListListener and MetaListener: this is an instance of MetaListener encapsulates a ListListener. More...
|
|
class | PlugException |
| A generic exception of CloudPlugs library. More...
|
|
class | PlugId |
| Tool class for easy PlugID validation. This class is for internal usage. More...
|
|
class | RefSpooler |
| A extension of Spooler with reference-counted start and stop. This class is for internal usage. More...
|
|
class | Spooler |
| Generic job spooler implementation in a dedicated thread. This class is for internal usage. More...
|
|
class | SSL |
| Tool class for easy manipulation of CA certificates over the SSL network. The developer should avoid a direct usage of this class when connecting to an official CloudPlugs server. More...
|
|
class | Str |
| Tool class to simplify some String operations. This class is for internal usage. More...
|
|
class | Timestamp |
| Tool class for easy Timestamp validation and handling. This class is for internal usage. More...
|
|
class | Validate |
| Tool class for validating parameters for making remote requests. Every method throws an IllegalArgumentException if the given argument is not valid. This class is for internal usage. More...
|
|