Package io.ably.lib.http
Class AsyncHttpScheduler
java.lang.Object
io.ably.lib.http.HttpScheduler
io.ably.lib.http.AsyncHttpScheduler
- All Implemented Interfaces:
 AutoCloseable
A HttpScheduler that uses a thread pool to run HTTP operations.
- 
Field Summary
FieldsFields inherited from class io.ably.lib.http.HttpScheduler
executor - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidconnect()exchangeHttpCore(HttpCore httpCore) [Internal Method]Methods inherited from class io.ably.lib.http.HttpScheduler
ablyHttpExecuteWithFallback, ablyHttpExecuteWithRetry, close, del, exec, execute, get, httpExecute, patch, post, put 
- 
Field Details
- 
TAG
 
 - 
 - 
Constructor Details
- 
AsyncHttpScheduler
 
 - 
 - 
Method Details
- 
exchangeHttpCore
[Internal Method]We use this method to implement proxy Realtime / Rest clients that add additional data to the underlying client.
 - 
connect
public void connect() 
 -