Class DelegatingConnectionFactory<ResolvedAddress,C extends ListenableAsyncCloseable>

Type Parameters:
ResolvedAddress - The type of resolved addresses that can be used for connecting.
C - The type of connections created by this factory.
All Implemented Interfaces:
ConnectionFactory<ResolvedAddress,C>, AsyncCloseable, ListenableAsyncCloseable

public class DelegatingConnectionFactory<ResolvedAddress,C extends ListenableAsyncCloseable> extends DelegatingListenableAsyncCloseable<ConnectionFactory<ResolvedAddress,C>> implements ConnectionFactory<ResolvedAddress,C>
A ConnectionFactory that delegates all methods to another ConnectionFactory.