Package io.ably.lib.http
Class AsyncHttpScheduler
- java.lang.Object
-
- io.ably.lib.http.HttpScheduler
-
- io.ably.lib.http.AsyncHttpScheduler
-
- All Implemented Interfaces:
java.lang.AutoCloseable
public class AsyncHttpScheduler extends HttpScheduler
A HttpScheduler that uses a thread pool to run HTTP operations.
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.lang.StringTAG
-
Constructor Summary
Constructors Constructor Description AsyncHttpScheduler(HttpCore httpCore, ClientOptions options)
-
Method Summary
-
Methods inherited from class io.ably.lib.http.HttpScheduler
ablyHttpExecuteWithFallback, ablyHttpExecuteWithRetry, close, del, exec, execute, get, httpExecute, patch, post, put
-
-
-
-
Constructor Detail
-
AsyncHttpScheduler
public AsyncHttpScheduler(HttpCore httpCore, ClientOptions options)
-
-