Class ChannelPool

java.lang.Object
io.fusionauth.http.client.ChannelPool

public class ChannelPool extends Object
Models a pool of available Channels that are already connected to a remote server and are in a Keep-Alive state. At any point, a HTTP client request might check out a Channel from the pool and return it when finished.
Author:
Brian Pontarelli
  • Constructor Details

    • ChannelPool

      public ChannelPool()
  • Method Details