Package org.ldaptive.transport
Interface DelegateTransportFactory
-
- All Known Implementing Classes:
NettyTransportFactory
public interface DelegateTransportFactoryProvides an abstraction layer for differentTransportimplementations used byTransportFactory.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TransportcreateTransport(ThreadPoolConfig config)Creates aTransportfor the supplied transport configuration.
-
-
-
Method Detail
-
createTransport
Transport createTransport(ThreadPoolConfig config)
Creates aTransportfor the supplied transport configuration.- Parameters:
config- transport configuration- Returns:
- new transport
-
-