Uses of Enum Class
com.soklet.RequestRejectionReason
Packages that use RequestRejectionReason
-
Uses of RequestRejectionReason in com.soklet
Subclasses with type arguments of type RequestRejectionReason in com.sokletModifier and TypeClassDescriptionenumReasons an HTTP or SSE request was rejected before application-level handling began.Methods in com.soklet that return RequestRejectionReasonModifier and TypeMethodDescriptionMetricsCollector.RequestRejectionKey.reason()Returns the value of thereasonrecord component.static RequestRejectionReasonReturns the enum constant of this class with the specified name.static RequestRejectionReason[]RequestRejectionReason.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 RequestRejectionReasonModifier and TypeMethodDescriptiondefault voidLifecycleObserver.didFailToAcceptRequest(@NonNull ServerType serverType, @Nullable InetSocketAddress remoteAddress, @Nullable String requestTarget, @NonNull RequestRejectionReason reason, @Nullable Throwable throwable) Called when a request fails to be accepted before application-level handling begins.default voidMetricsCollector.didFailToAcceptRequest(@NonNull ServerType serverType, @Nullable InetSocketAddress remoteAddress, @Nullable String requestTarget, @NonNull RequestRejectionReason reason, @Nullable Throwable throwable) Called when a request fails to be accepted before application-level handling begins.Constructors in com.soklet with parameters of type RequestRejectionReasonModifierConstructorDescriptionCreates an instance of aRequestRejectionKeyrecord class.