Package org.ldaptive.transport
Interface DelegateTransportFactory
- All Known Implementing Classes:
NettyTransportFactory
public interface DelegateTransportFactory
Provides an abstraction layer for different
Transport implementations used by TransportFactory.-
Method Summary
Modifier and TypeMethodDescriptioncreateTransport(ThreadPoolConfig config) Creates aTransportfor the supplied transport configuration.
-
Method Details
-
createTransport
Creates aTransportfor the supplied transport configuration.- Parameters:
config- transport configuration- Returns:
- new transport
-