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