Uses of Enum Class
com.soklet.ConnectionRejectionReason
Packages that use ConnectionRejectionReason
-
Uses of ConnectionRejectionReason in com.soklet
Subclasses with type arguments of type ConnectionRejectionReason in com.sokletModifier and TypeClassDescriptionenumReasons a connection attempt was rejected before a request or SSE connection could be established.Methods in com.soklet that return ConnectionRejectionReasonModifier and TypeMethodDescriptionstatic ConnectionRejectionReasonReturns the enum constant of this class with the specified name.static ConnectionRejectionReason[]ConnectionRejectionReason.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 ConnectionRejectionReasonModifier and TypeMethodDescriptiondefault voidLifecycleObserver.didFailToAcceptConnection(@NonNull ServerType serverType, @Nullable InetSocketAddress remoteAddress, @NonNull ConnectionRejectionReason reason, @Nullable Throwable throwable) Called after a server fails to accept a new TCP connection.default voidMetricsCollector.didFailToAcceptConnection(@NonNull ServerType serverType, @Nullable InetSocketAddress remoteAddress, @NonNull ConnectionRejectionReason reason, @Nullable Throwable throwable) Called after a server fails to accept a new TCP connection.