Uses of Enum Class
com.soklet.MetricsCollector.RouteType
Packages that use MetricsCollector.RouteType
-
Uses of MetricsCollector.RouteType in com.soklet
Subclasses with type arguments of type MetricsCollector.RouteType in com.sokletModifier and TypeClassDescriptionstatic enumIndicates whether a request was matched to aResourcePathDeclaration.Methods in com.soklet that return MetricsCollector.RouteTypeModifier and TypeMethodDescriptionMetricsCollector.HttpServerRouteKey.routeType()Returns the value of therouteTyperecord component.MetricsCollector.HttpServerRouteStatusKey.routeType()Returns the value of therouteTyperecord component.MetricsCollector.SseCommentRouteDropKey.routeType()Returns the value of therouteTyperecord component.MetricsCollector.SseCommentRouteEnqueueOutcomeKey.routeType()Returns the value of therouteTyperecord component.MetricsCollector.SseCommentRouteKey.routeType()Returns the value of therouteTyperecord component.MetricsCollector.SseEventRouteDropKey.routeType()Returns the value of therouteTyperecord component.MetricsCollector.SseEventRouteEnqueueOutcomeKey.routeType()Returns the value of therouteTyperecord component.MetricsCollector.SseEventRouteHandshakeFailureKey.routeType()Returns the value of therouteTyperecord component.MetricsCollector.SseEventRouteKey.routeType()Returns the value of therouteTyperecord component.MetricsCollector.SseEventRouteTerminationKey.routeType()Returns the value of therouteTyperecord component.static MetricsCollector.RouteTypeReturns the enum constant of this class with the specified name.static MetricsCollector.RouteType[]MetricsCollector.RouteType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.soklet with parameters of type MetricsCollector.RouteTypeModifierConstructorDescriptionHttpServerRouteKey(@NonNull HttpMethod method, @NonNull MetricsCollector.RouteType routeType, @Nullable ResourcePathDeclaration route) Creates an instance of aHttpServerRouteKeyrecord class.HttpServerRouteStatusKey(@NonNull HttpMethod method, @NonNull MetricsCollector.RouteType routeType, @Nullable ResourcePathDeclaration route, @NonNull String statusClass) Creates an instance of aHttpServerRouteStatusKeyrecord class.SseCommentRouteDropKey(@NonNull MetricsCollector.RouteType routeType, @Nullable ResourcePathDeclaration route, @NonNull SseComment.CommentType commentType, @NonNull MetricsCollector.SseEventDropReason dropReason) Creates an instance of aSseCommentRouteDropKeyrecord class.SseCommentRouteEnqueueOutcomeKey(@NonNull MetricsCollector.RouteType routeType, @Nullable ResourcePathDeclaration route, @NonNull SseComment.CommentType commentType, @NonNull MetricsCollector.SseEventEnqueueOutcome outcome) Creates an instance of aSseCommentRouteEnqueueOutcomeKeyrecord class.SseCommentRouteKey(@NonNull MetricsCollector.RouteType routeType, @Nullable ResourcePathDeclaration route, @NonNull SseComment.CommentType commentType) Creates an instance of aSseCommentRouteKeyrecord class.SseEventRouteDropKey(@NonNull MetricsCollector.RouteType routeType, @Nullable ResourcePathDeclaration route, @NonNull MetricsCollector.SseEventDropReason dropReason) Creates an instance of aSseEventRouteDropKeyrecord class.SseEventRouteEnqueueOutcomeKey(@NonNull MetricsCollector.RouteType routeType, @Nullable ResourcePathDeclaration route, @NonNull MetricsCollector.SseEventEnqueueOutcome outcome) Creates an instance of aSseEventRouteEnqueueOutcomeKeyrecord class.SseEventRouteHandshakeFailureKey(@NonNull MetricsCollector.RouteType routeType, @Nullable ResourcePathDeclaration route, @NonNull SseConnection.HandshakeFailureReason handshakeFailureReason) Creates an instance of aSseEventRouteHandshakeFailureKeyrecord class.SseEventRouteKey(@NonNull MetricsCollector.RouteType routeType, @Nullable ResourcePathDeclaration route) Creates an instance of aSseEventRouteKeyrecord class.SseEventRouteTerminationKey(@NonNull MetricsCollector.RouteType routeType, @Nullable ResourcePathDeclaration route, @NonNull SseConnection.TerminationReason terminationReason) Creates an instance of aSseEventRouteTerminationKeyrecord class.