Uses of Enum Class
org.eclipse.jetty.http2.CloseState
Packages that use CloseState
-
Uses of CloseState in org.eclipse.jetty.http2
Subclasses with type arguments of type CloseState in org.eclipse.jetty.http2Modifier and TypeClassDescriptionenumThe set of close states for a stream or a session.Methods in org.eclipse.jetty.http2 that return CloseStateModifier and TypeMethodDescriptionHTTP2Session.getCloseState()static CloseStateReturns the enum constant of this class with the specified name.static CloseState[]CloseState.values()Returns an array containing the constants of this enum class, in the order they are declared.