Uses of Enum Class
com.soklet.SseConnection.HandshakeFailureReason
Packages that use SseConnection.HandshakeFailureReason
-
Uses of SseConnection.HandshakeFailureReason in com.soklet
Subclasses with type arguments of type SseConnection.HandshakeFailureReason in com.sokletModifier and TypeClassDescriptionstatic enumCategorizes why a Server-Sent Event handshake failed.Methods in com.soklet that return SseConnection.HandshakeFailureReasonModifier and TypeMethodDescriptionMetricsCollector.SseEventRouteHandshakeFailureKey.handshakeFailureReason()Returns the value of thehandshakeFailureReasonrecord component.Returns the enum constant of this class with the specified name.static SseConnection.HandshakeFailureReason[]SseConnection.HandshakeFailureReason.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 SseConnection.HandshakeFailureReasonModifier and TypeMethodDescriptiondefault voidLifecycleObserver.didFailToEstablishSseConnection(@NonNull Request request, @Nullable ResourceMethod resourceMethod, @NonNull SseConnection.HandshakeFailureReason reason, @Nullable Throwable throwable) Called if an SSE connection fails to establish.default voidMetricsCollector.didFailToEstablishSseConnection(@NonNull Request request, @Nullable ResourceMethod resourceMethod, @NonNull SseConnection.HandshakeFailureReason reason, @Nullable Throwable throwable) Called if an SSE connection fails to establish.Constructors in com.soklet with parameters of type SseConnection.HandshakeFailureReasonModifierConstructorDescriptionSseEventRouteHandshakeFailureKey(@NonNull MetricsCollector.RouteType routeType, @Nullable ResourcePathDeclaration route, @NonNull SseConnection.HandshakeFailureReason handshakeFailureReason) Creates an instance of aSseEventRouteHandshakeFailureKeyrecord class.