Package 

Class AsyncHttpScheduler

  • All Implemented Interfaces:
    java.lang.AutoCloseable

    
    public class AsyncHttpScheduler
    extends HttpScheduler
                        

    A HttpScheduler that uses a thread pool to run HTTP operations.

    • Method Summary

      Modifier and Type Method Description
      AsyncHttpScheduler exchangeHttpCore(HttpCore httpCore) [Internal Method]We use this method to implement proxy Realtime / Rest clients that add additional data to the underlying client.
      void connect()
      • 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