Uses of Class
org.apache.logging.log4j.core.net.Rfc1349TrafficClass
-
Packages that use Rfc1349TrafficClass Package Description org.apache.logging.log4j.core.net Log4j 2 network support. -
-
Uses of Rfc1349TrafficClass in org.apache.logging.log4j.core.net
Methods in org.apache.logging.log4j.core.net that return Rfc1349TrafficClass Modifier and Type Method Description Rfc1349TrafficClass
SocketOptions. getRfc1349TrafficClass()
static Rfc1349TrafficClass
Rfc1349TrafficClass. valueOf(String name)
Returns the enum constant of this type with the specified name.static Rfc1349TrafficClass[]
Rfc1349TrafficClass. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.logging.log4j.core.net with parameters of type Rfc1349TrafficClass Modifier and Type Method Description SocketOptions
SocketOptions. setRfc1349TrafficClass(Rfc1349TrafficClass trafficClass)
-