Uses of Enum Class
com.soklet.MetricsCollector.TransportFailureReason
Packages that use MetricsCollector.TransportFailureReason
-
Uses of MetricsCollector.TransportFailureReason in com.soklet
Subclasses with type arguments of type MetricsCollector.TransportFailureReason in com.sokletModifier and TypeClassDescriptionstatic enumLow-level server transport failure reasons.Methods in com.soklet that return MetricsCollector.TransportFailureReasonModifier and TypeMethodDescriptionMetricsCollector.TransportFailureKey.reason()Returns the value of thereasonrecord component.Returns the enum constant of this class with the specified name.MetricsCollector.TransportFailureReason.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.soklet with parameters of type MetricsCollector.TransportFailureReasonModifier and TypeMethodDescriptiondefault voidMetricsCollector.didRecordTransportFailure(@NonNull ServerType serverType, @NonNull MetricsCollector.TransportFailureReason reason, @Nullable Throwable throwable) Called when a server transport records a low-level failure or timeout outside normal application request handling.Constructors in com.soklet with parameters of type MetricsCollector.TransportFailureReasonModifierConstructorDescriptionTransportFailureKey(@NonNull ServerType serverType, @NonNull MetricsCollector.TransportFailureReason reason) Creates an instance of aTransportFailureKeyrecord class.