Uses of Enum Class
org.glassfish.jersey.server.TracingConfig
-
Uses of TracingConfig in org.glassfish.jersey.server
Modifier and TypeMethodDescriptionstatic TracingConfig
Returns the enum constant of this class with the specified name.static TracingConfig[]
TracingConfig.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic void
TracingUtils.initTracingSupport
(TracingConfig type, TracingLogger.Level appThreshold, ContainerRequest containerRequest) According to configuration/request header it initializeTracingLogger
and put it to the request properties.