Ably documentation

Ably Java Client Library SDK API Reference

The Java Client Library SDK supports a realtime and a REST interface. The Java API references are generated from the Ably Java Client Library SDK source code using JavaDoc and structured by classes.

The realtime interface enables a client to maintain a persistent connection to Ably and publish, subscribe and be present on channels. The REST interface is stateless and typically implemented server-side. It is used to make requests such as retrieving statistics, token authentication and publishing to a channel.

View the Ably docs for conceptual information on using Ably, and for API references featuring all languages. The combined API references are organized by features and split between the realtime and REST interfaces.

Packages 
Package Description
io.ably.annotation  
io.ably.lib.debug  
io.ably.lib.http  
io.ably.lib.platform  
io.ably.lib.push  
io.ably.lib.realtime  
io.ably.lib.rest  
io.ably.lib.transport  
io.ably.lib.types  
io.ably.lib.util