Uses of Class
org.apache.logging.log4j.core.net.TcpSocketManager
-
Packages that use TcpSocketManager Package Description org.apache.logging.log4j.core.net Log4j 2 network support. -
-
Uses of TcpSocketManager in org.apache.logging.log4j.core.net
Classes in org.apache.logging.log4j.core.net with type parameters of type TcpSocketManager Modifier and Type Class Description protected static class
TcpSocketManager.TcpSocketManagerFactory<M extends TcpSocketManager,T extends TcpSocketManager.FactoryData>
Factory to create a TcpSocketManager.Subclasses of TcpSocketManager in org.apache.logging.log4j.core.net Modifier and Type Class Description class
SslSocketManager
Fields in org.apache.logging.log4j.core.net with type parameters of type TcpSocketManager Modifier and Type Field Description private static TcpSocketManager.TcpSocketManagerFactory<TcpSocketManager,TcpSocketManager.FactoryData>
TcpSocketManager. FACTORY
Methods in org.apache.logging.log4j.core.net that return TcpSocketManager Modifier and Type Method Description static TcpSocketManager
TcpSocketManager. getSocketManager(java.lang.String host, int port, int connectTimeoutMillis, int reconnectDelayMillis, boolean immediateFail, Layout<? extends java.io.Serializable> layout, int bufferSize)
static TcpSocketManager
TcpSocketManager. getSocketManager(java.lang.String host, int port, int connectTimeoutMillis, int reconnectDelayMillis, boolean immediateFail, Layout<? extends java.io.Serializable> layout, int bufferSize, SocketOptions socketOptions)
Obtains a TcpSocketManager.
-