Package 

Class SyncHttpScheduler

  • All Implemented Interfaces:
    java.lang.AutoCloseable

    
    public class SyncHttpScheduler
    extends HttpScheduler
                        

    A HttpScheduler that runs everything in the current thread.

    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class io.ably.lib.http.HttpScheduler

        ablyHttpExecuteWithFallback, ablyHttpExecuteWithRetry, close, del, exec, execute, get, httpExecute, patch, post, put
      • Methods inherited from class java.lang.AutoCloseable

        close
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SyncHttpScheduler

        SyncHttpScheduler(HttpCore httpCore)