Package io.ably.lib.http
Class SyncHttpScheduler
- java.lang.Object
-
- io.ably.lib.http.HttpScheduler<CurrentThreadExecutor>
-
- io.ably.lib.http.SyncHttpScheduler
-
public class SyncHttpScheduler extends HttpScheduler<CurrentThreadExecutor>
A HttpScheduler that runs everything in the current thread.
-
-
Field Summary
-
Fields inherited from class io.ably.lib.http.HttpScheduler
executor, TAG
-
-
Constructor Summary
Constructors Constructor Description SyncHttpScheduler(HttpCore httpCore)
-
Method Summary
-
Methods inherited from class io.ably.lib.http.HttpScheduler
ablyHttpExecuteWithFallback, ablyHttpExecuteWithRetry, del, exec, get, httpExecute, patch, post, put
-
-
-
-
Constructor Detail
-
SyncHttpScheduler
public SyncHttpScheduler(HttpCore httpCore)
-
-