Package io.ably.lib.http

Class AsyncHttpScheduler

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

public class AsyncHttpScheduler extends HttpScheduler
A HttpScheduler that uses a thread pool to run HTTP operations.
  • Field Details

    • TAG

      protected static final String TAG
  • Constructor Details

  • Method Details

    • exchangeHttpCore

      public AsyncHttpScheduler exchangeHttpCore(HttpCore httpCore)
      [Internal Method]

      We use this method to implement proxy Realtime / Rest clients that add additional data to the underlying client.