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