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 SocketPerformancePreferences
SocketOptions. performancePreferences
Methods in org.apache.logging.log4j.core.net that return SocketPerformancePreferences Modifier and Type Method Description SocketPerformancePreferences
SocketPerformancePreferences. build()
SocketPerformancePreferences
SocketOptions. getPerformancePreferences()
static SocketPerformancePreferences
SocketPerformancePreferences. newBuilder()
Methods in org.apache.logging.log4j.core.net with parameters of type SocketPerformancePreferences Modifier and Type Method Description SocketOptions
SocketOptions. setPerformancePreferences(SocketPerformancePreferences performancePreferences)
-