Package io.fusionauth.http.client
Class ChannelPool
java.lang.Object
io.fusionauth.http.client.ChannelPool
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
ChannelPool
public ChannelPool()
-
-
Method Details
-
checkin
-
checkout
-