Uses of Enum Class
org.eclipse.jetty.http2.CloseState.Event
Packages that use CloseState.Event
-
Uses of CloseState.Event in org.eclipse.jetty.http2
Subclasses with type arguments of type CloseState.Event in org.eclipse.jetty.http2Methods in org.eclipse.jetty.http2 that return CloseState.EventModifier and TypeMethodDescriptionstatic CloseState.Event
Returns the enum constant of this class with the specified name.static CloseState.Event[]
CloseState.Event.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclipse.jetty.http2 with parameters of type CloseState.EventModifier and TypeMethodDescriptionboolean
HTTP2Stream.updateClose
(boolean update, CloseState.Event event)