Package io.ably.lib.http

Class SyncHttpScheduler

java.lang.Object
io.ably.lib.http.HttpScheduler
io.ably.lib.http.SyncHttpScheduler
All Implemented Interfaces:
AutoCloseable

public class SyncHttpScheduler extends HttpScheduler
A HttpScheduler that runs everything in the current thread.
  • Constructor Details

    • SyncHttpScheduler

      public SyncHttpScheduler(HttpCore httpCore)