Uses of Enum Class
io.helidon.http.HttpTransportObserver.ConnectionOutcome
Packages that use HttpTransportObserver.ConnectionOutcome
Package
Description
HTTP APIs and implementations usable by both server and client side of the HTTP story.
-
Uses of HttpTransportObserver.ConnectionOutcome in io.helidon.http
Subclasses with type arguments of type HttpTransportObserver.ConnectionOutcome in io.helidon.httpModifier and TypeClassDescriptionstatic enumConnection termination outcome.Methods in io.helidon.http that return HttpTransportObserver.ConnectionOutcomeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.HttpTransportObserver.ConnectionOutcome.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.helidon.http with parameters of type HttpTransportObserver.ConnectionOutcomeModifier and TypeMethodDescriptionvoidHttpTransportObserver.ConnectionObservation.close(HttpTransportObserver.ConnectionOutcome outcome) Completes this connection observation.