Uses of Enum Class
io.helidon.http.HttpTransportObserver.Direction
Packages that use HttpTransportObserver.Direction
Package
Description
HTTP APIs and implementations usable by both server and client side of the HTTP story.
-
Uses of HttpTransportObserver.Direction in io.helidon.http
Subclasses with type arguments of type HttpTransportObserver.Direction in io.helidon.httpModifier and TypeClassDescriptionstatic enumStream directionality.Methods in io.helidon.http that return HttpTransportObserver.DirectionModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static HttpTransportObserver.Direction[]HttpTransportObserver.Direction.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.DirectionModifier and TypeMethodDescriptionHttpTransportObserver.ConnectionObservation.streamOpened(HttpTransportObserver.Direction direction, HttpTransportObserver.Initiator initiator) Observes a started application request and response exchange.