Class TcpSocketManager.TcpSocketManagerFactory<M extends TcpSocketManager,T extends TcpSocketManager.FactoryData>

java.lang.Object
org.apache.logging.log4j.core.net.TcpSocketManager.TcpSocketManagerFactory<M,T>
Type Parameters:
M - The manager type.
T - The factory data type.
All Implemented Interfaces:
ManagerFactory<M,T>
Direct Known Subclasses:
SslSocketManager.SslSocketManagerFactory
Enclosing class:
TcpSocketManager

protected static class TcpSocketManager.TcpSocketManagerFactory<M extends TcpSocketManager,T extends TcpSocketManager.FactoryData> extends Object implements ManagerFactory<M,T>
Factory to create a TcpSocketManager.