Uses of Enum Class
org.glassfish.tyrus.core.DebugContext.TracingThreshold
-
Uses of DebugContext.TracingThreshold in org.glassfish.tyrus.core
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static DebugContext.TracingThreshold[]
DebugContext.TracingThreshold.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionTyrusWebSocketEngine.TyrusWebSocketEngineBuilder.tracingThreshold
(DebugContext.TracingThreshold tracingThreshold) Set tracing threshold.ModifierConstructorDescriptionDebugContext
(DebugContext.TracingThreshold tracingThreshold) Constructor that configures tracing to be ON and accepts tracing threshold as a parameter.