BasicDnsResolver |
A simple asynchronous resolver which uses the default JVM blocking resolver.
|
ChannelPoolManagerImpl |
|
EspressoFixedChannelPool |
Forked from Netty's FixedChannelPool
{ChannelPool} implementation that takes another {ChannelPool} implementation and enforce a maximum
number of concurrent connections.
|
EspressoSimpleChannelPool |
Forked from Netty's SimpleChannelPool
Simple ChannelPool implementation which will create new Channel s if someone tries to acquire
a Channel but none is in the pool atm.
|
FastFixedChannelPool |
Forked from Netty's FixedChannelPool
{ChannelPool} implementation that takes another {ChannelPool} implementation and enforce a maximum
number of concurrent connections.
|
FastSimpleChannelPool |
Forked from Netty's SimpleChannelPool
Simple ChannelPool implementation which will create new Channel s if someone tries to acquire
a Channel but none is in the pool atm.
|
FixedChannelPoolFactory |
|
FixedChannelPoolImpl |
Created by acurtis on 5/8/18.
|
FixedFastChannelPoolImpl |
Created by acurtis on 5/8/18.
|
Http2AwareChannelPool |
A ChannelPool Wrapper that would return either a ChannelPool if the request is an HTTP 1.1 request or
A Stream if HTTP2
|
Http2PingHelper |
|
SimpleChannelPoolManagerImpl |
|