Uses of Enum Class
org.glassfish.tyrus.core.DebugContext.TracingThreshold
Packages that use DebugContext.TracingThreshold
-
Uses of DebugContext.TracingThreshold in org.glassfish.tyrus.core
Methods in org.glassfish.tyrus.core that return DebugContext.TracingThresholdModifier 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.Methods in org.glassfish.tyrus.core with parameters of type DebugContext.TracingThresholdModifier and TypeMethodDescriptionTyrusWebSocketEngine.TyrusWebSocketEngineBuilder.tracingThreshold
(DebugContext.TracingThreshold tracingThreshold) Set tracing threshold.Constructors in org.glassfish.tyrus.core with parameters of type DebugContext.TracingThresholdModifierConstructorDescriptionDebugContext
(DebugContext.TracingThreshold tracingThreshold) Constructor that configures tracing to be ON and accepts tracing threshold as a parameter.