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