Package org.ldaptive.transport.netty
Class NettyTransportFactory
java.lang.Object
org.ldaptive.transport.netty.NettyTransportFactory
- All Implemented Interfaces:
DelegateTransportFactory
Netty specific implementation for creating
Transport.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateTransport(ThreadPoolConfig config) Creates aTransportfor the supplied transport configuration.
-
Constructor Details
-
NettyTransportFactory
public NettyTransportFactory()
-
-
Method Details
-
createTransport
Description copied from interface:DelegateTransportFactoryCreates aTransportfor the supplied transport configuration.- Specified by:
createTransportin interfaceDelegateTransportFactory- Parameters:
config- transport configuration- Returns:
- new transport
-