Uses of Enum Class
io.helidon.http.HttpTransportObserver.Handshake
Packages that use HttpTransportObserver.Handshake
Package
Description
HTTP APIs and implementations usable by both server and client side of the HTTP story.
-
Uses of HttpTransportObserver.Handshake in io.helidon.http
Subclasses with type arguments of type HttpTransportObserver.Handshake in io.helidon.httpModifier and TypeClassDescriptionstatic enumConnection handshake.Methods in io.helidon.http that return HttpTransportObserver.HandshakeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static HttpTransportObserver.Handshake[]HttpTransportObserver.Handshake.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.HandshakeModifier and TypeMethodDescriptionHttpTransportObserver.connectionOpened(HttpTransportObserver.Role role, String transport, HttpTransportObserver.Handshake handshake) Observes an opened physical connection.