Uses of Class
org.apache.logging.log4j.core.net.SocketPerformancePreferences
-
Packages that use SocketPerformancePreferences Package Description org.apache.logging.log4j.core.net Log4j 2 network support. -
-
Uses of SocketPerformancePreferences in org.apache.logging.log4j.core.net
Fields in org.apache.logging.log4j.core.net declared as SocketPerformancePreferences Modifier and Type Field Description private SocketPerformancePreferencesSocketOptions. performancePreferencesMethods in org.apache.logging.log4j.core.net that return SocketPerformancePreferences Modifier and Type Method Description SocketPerformancePreferencesSocketPerformancePreferences. build()SocketPerformancePreferencesSocketOptions. getPerformancePreferences()SeeSocket.setPerformancePreferences(int, int, int).static SocketPerformancePreferencesSocketPerformancePreferences. newBuilder()Methods in org.apache.logging.log4j.core.net with parameters of type SocketPerformancePreferences Modifier and Type Method Description SocketOptionsSocketOptions. setPerformancePreferences(SocketPerformancePreferences performancePreferences)SeeSocket.setPerformancePreferences(int, int, int).
-