Uses of Enum
org.eclipse.jetty.http2.CloseState
Packages that use CloseState
-
Uses of CloseState in org.eclipse.jetty.http2
Fields in org.eclipse.jetty.http2 declared as CloseStateFields in org.eclipse.jetty.http2 with type parameters of type CloseStateModifier and TypeFieldDescriptionprivate final AtomicReference<CloseState> HTTP2Stream.closeStateMethods in org.eclipse.jetty.http2 that return CloseStateModifier and TypeMethodDescriptionHTTP2Session.getCloseState()private CloseStateHTTP2Session.StreamsState.getCloseState()static CloseStateReturns the enum constant of this type with the specified name.static CloseState[]CloseState.values()Returns an array containing the constants of this enum type, in the order they are declared.