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.ServerRouteKey.routeType()Returns the value of therouteTyperecord component.MetricsCollector.ServerRouteStatusKey.routeType()Returns the value of therouteTyperecord component.MetricsCollector.ServerSentEventCommentRouteDropKey.routeType()Returns the value of therouteTyperecord component.MetricsCollector.ServerSentEventCommentRouteEnqueueOutcomeKey.routeType()Returns the value of therouteTyperecord component.MetricsCollector.ServerSentEventCommentRouteKey.routeType()Returns the value of therouteTyperecord component.MetricsCollector.ServerSentEventRouteDropKey.routeType()Returns the value of therouteTyperecord component.MetricsCollector.ServerSentEventRouteEnqueueOutcomeKey.routeType()Returns the value of therouteTyperecord component.MetricsCollector.ServerSentEventRouteHandshakeFailureKey.routeType()Returns the value of therouteTyperecord component.MetricsCollector.ServerSentEventRouteKey.routeType()Returns the value of therouteTyperecord component.MetricsCollector.ServerSentEventRouteTerminationKey.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.RouteTypeModifierConstructorDescriptionServerRouteKey(@NonNull HttpMethod method, @NonNull MetricsCollector.RouteType routeType, @Nullable ResourcePathDeclaration route) Creates an instance of aServerRouteKeyrecord class.ServerRouteStatusKey(@NonNull HttpMethod method, @NonNull MetricsCollector.RouteType routeType, @Nullable ResourcePathDeclaration route, @NonNull String statusClass) Creates an instance of aServerRouteStatusKeyrecord class.ServerSentEventCommentRouteDropKey(@NonNull MetricsCollector.RouteType routeType, @Nullable ResourcePathDeclaration route, @NonNull ServerSentEventComment.CommentType commentType, @NonNull MetricsCollector.ServerSentEventDropReason dropReason) Creates an instance of aServerSentEventCommentRouteDropKeyrecord class.ServerSentEventCommentRouteEnqueueOutcomeKey(@NonNull MetricsCollector.RouteType routeType, @Nullable ResourcePathDeclaration route, @NonNull ServerSentEventComment.CommentType commentType, @NonNull MetricsCollector.ServerSentEventEnqueueOutcome outcome) Creates an instance of aServerSentEventCommentRouteEnqueueOutcomeKeyrecord class.ServerSentEventCommentRouteKey(@NonNull MetricsCollector.RouteType routeType, @Nullable ResourcePathDeclaration route, @NonNull ServerSentEventComment.CommentType commentType) Creates an instance of aServerSentEventCommentRouteKeyrecord class.ServerSentEventRouteDropKey(@NonNull MetricsCollector.RouteType routeType, @Nullable ResourcePathDeclaration route, @NonNull MetricsCollector.ServerSentEventDropReason dropReason) Creates an instance of aServerSentEventRouteDropKeyrecord class.ServerSentEventRouteEnqueueOutcomeKey(@NonNull MetricsCollector.RouteType routeType, @Nullable ResourcePathDeclaration route, @NonNull MetricsCollector.ServerSentEventEnqueueOutcome outcome) Creates an instance of aServerSentEventRouteEnqueueOutcomeKeyrecord class.ServerSentEventRouteHandshakeFailureKey(@NonNull MetricsCollector.RouteType routeType, @Nullable ResourcePathDeclaration route, @NonNull ServerSentEventConnection.HandshakeFailureReason handshakeFailureReason) Creates an instance of aServerSentEventRouteHandshakeFailureKeyrecord class.ServerSentEventRouteKey(@NonNull MetricsCollector.RouteType routeType, @Nullable ResourcePathDeclaration route) Creates an instance of aServerSentEventRouteKeyrecord class.ServerSentEventRouteTerminationKey(@NonNull MetricsCollector.RouteType routeType, @Nullable ResourcePathDeclaration route, @NonNull ServerSentEventConnection.TerminationReason terminationReason) Creates an instance of aServerSentEventRouteTerminationKeyrecord class.