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