Uses of Class
org.glassfish.tyrus.core.DebugContext.TracingType
-
Packages that use DebugContext.TracingType Package Description org.glassfish.tyrus.core Core classes. -
-
Uses of DebugContext.TracingType in org.glassfish.tyrus.core
Methods in org.glassfish.tyrus.core that return DebugContext.TracingType Modifier and Type Method Description static DebugContext.TracingTypeDebugContext.TracingType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DebugContext.TracingType[]DebugContext.TracingType. 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.TracingType Modifier and Type Method Description TyrusWebSocketEngine.TyrusWebSocketEngineBuilderTyrusWebSocketEngine.TyrusWebSocketEngineBuilder. tracingType(DebugContext.TracingType tracingType)Set type of tracing.
-