Class SocketPerformancePreferences

java.lang.Object
org.apache.logging.log4j.core.net.SocketPerformancePreferences
All Implemented Interfaces:
Cloneable, Builder<SocketPerformancePreferences>

@Plugin(name="SocketPerformancePreferences", category="Core", printObject=true) public class SocketPerformancePreferences extends Object implements Builder<SocketPerformancePreferences>, Cloneable
Holds all socket options settable via Socket.setPerformancePreferences(int, int, int).

The Socket.setPerformancePreferences(int, int, int) API may not be implemented by a JRE.