Uses of Enum Class
io.helidon.http.HttpTransportObserver.StreamOutcome
Packages that use HttpTransportObserver.StreamOutcome
Package
Description
HTTP APIs and implementations usable by both server and client side of the HTTP story.
-
Uses of HttpTransportObserver.StreamOutcome in io.helidon.http
Subclasses with type arguments of type HttpTransportObserver.StreamOutcome in io.helidon.httpModifier and TypeClassDescriptionstatic enumStream termination outcome.Methods in io.helidon.http that return HttpTransportObserver.StreamOutcomeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static HttpTransportObserver.StreamOutcome[]HttpTransportObserver.StreamOutcome.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.StreamOutcomeModifier and TypeMethodDescriptionvoidHttpTransportObserver.StreamObservation.close(HttpTransportObserver.StreamOutcome outcome) Completes this stream observation.