-
- All Implemented Interfaces:
-
java.lang.AutoCloseable
public class AsyncHttpScheduler extends HttpScheduler
A HttpScheduler that uses a thread pool to run HTTP operations.
-
-
Constructor Summary
Constructors Constructor Description AsyncHttpScheduler(HttpCore httpCore, ClientOptions options)
-
Method Summary
Modifier and Type Method Description AsyncHttpSchedulerexchangeHttpCore(HttpCore httpCore)[Internal Method]We use this method to implement proxy Realtime / Rest clients that add additional data to the underlying client. voidconnect()-
Methods inherited from class io.ably.lib.http.HttpScheduler
ablyHttpExecuteWithFallback, ablyHttpExecuteWithRetry, close, del, exec, execute, get, httpExecute, patch, post, put -
Methods inherited from class java.lang.AutoCloseable
close -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
AsyncHttpScheduler
AsyncHttpScheduler(HttpCore httpCore, ClientOptions options)
-
-
Method Detail
-
exchangeHttpCore
AsyncHttpScheduler exchangeHttpCore(HttpCore httpCore)
[Internal Method]
We use this method to implement proxy Realtime / Rest clients that add additional data to the underlying client.
-
connect
void connect()
-
-
-
-