Uses of Enum Class
io.helidon.http.HttpTransportObserver.HandshakeOutcome
Packages that use HttpTransportObserver.HandshakeOutcome
Package
Description
HTTP APIs and implementations usable by both server and client side of the HTTP story.
-
Uses of HttpTransportObserver.HandshakeOutcome in io.helidon.http
Subclasses with type arguments of type HttpTransportObserver.HandshakeOutcome in io.helidon.httpModifier and TypeClassDescriptionstatic enumHandshake completion outcome.Methods in io.helidon.http that return HttpTransportObserver.HandshakeOutcomeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.HttpTransportObserver.HandshakeOutcome.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.HandshakeOutcomeModifier and TypeMethodDescriptionvoidHttpTransportObserver.HandshakeObservation.close(HttpTransportObserver.HandshakeOutcome outcome) Completes this handshake observation.