Uses of Class
org.glassfish.tyrus.core.DebugContext.TracingThreshold
-
Packages that use DebugContext.TracingThreshold Package Description org.glassfish.tyrus.core Core classes. -
-
Uses of DebugContext.TracingThreshold in org.glassfish.tyrus.core
Methods in org.glassfish.tyrus.core that return DebugContext.TracingThreshold Modifier and Type Method Description static DebugContext.TracingThreshold
DebugContext.TracingThreshold. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DebugContext.TracingThreshold[]
DebugContext.TracingThreshold. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.glassfish.tyrus.core with parameters of type DebugContext.TracingThreshold Modifier and Type Method Description TyrusWebSocketEngine.TyrusWebSocketEngineBuilder
TyrusWebSocketEngine.TyrusWebSocketEngineBuilder. tracingThreshold(DebugContext.TracingThreshold tracingThreshold)
Set tracing threshold.Constructors in org.glassfish.tyrus.core with parameters of type DebugContext.TracingThreshold Constructor Description DebugContext(DebugContext.TracingThreshold tracingThreshold)
Constructor that configures tracing to be ON and accepts tracing threshold as a parameter.
-