Class ClientConfiguration

    • Constructor Summary

      Constructors 
      Constructor Description
      ClientConfiguration​(java.lang.String url, org.xnio.XnioWorker worker, java.util.concurrent.ScheduledExecutorService scheduler, ConnectionMonitor monitor)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • url

        protected final java.lang.String url
      • worker

        protected final org.xnio.XnioWorker worker
      • scheduler

        protected final java.util.concurrent.ScheduledExecutorService scheduler
      • retryInterval

        protected long retryInterval
      • maxRetries

        protected int maxRetries
      • onFailedAttempt

        protected java.lang.Runnable onFailedAttempt
      • onRetriesExceeded

        protected java.lang.Runnable onRetriesExceeded
    • Constructor Detail

      • ClientConfiguration

        public ClientConfiguration​(java.lang.String url,
                                   org.xnio.XnioWorker worker,
                                   java.util.concurrent.ScheduledExecutorService scheduler,
                                   ConnectionMonitor monitor)