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