Package org.ldaptive.transport.netty
Class NettyTransportFactory
- java.lang.Object
-
- org.ldaptive.transport.netty.NettyTransportFactory
-
- All Implemented Interfaces:
DelegateTransportFactory
public class NettyTransportFactory extends Object implements DelegateTransportFactory
Netty specific implementation for creatingTransport
.
-
-
Constructor Summary
Constructors Constructor Description NettyTransportFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Transport
createTransport(ThreadPoolConfig config)
Creates aTransport
for the supplied transport configuration.
-
-
-
Method Detail
-
createTransport
public Transport createTransport(ThreadPoolConfig config)
Description copied from interface:DelegateTransportFactory
Creates aTransport
for the supplied transport configuration.- Specified by:
createTransport
in interfaceDelegateTransportFactory
- Parameters:
config
- transport configuration- Returns:
- new transport
-
-