Uses of Class
org.eclipse.jetty.http2.CloseState
-
Packages that use CloseState Package Description org.eclipse.jetty.http2 -
-
Uses of CloseState in org.eclipse.jetty.http2
Fields in org.eclipse.jetty.http2 declared as CloseState Modifier and Type Field Description private CloseState
HTTP2Session.StreamsState. closed
Fields in org.eclipse.jetty.http2 with type parameters of type CloseState Modifier and Type Field Description private java.util.concurrent.atomic.AtomicReference<CloseState>
HTTP2Stream. closeState
Methods in org.eclipse.jetty.http2 that return CloseState Modifier and Type Method Description CloseState
HTTP2Session. getCloseState()
private CloseState
HTTP2Session.StreamsState. getCloseState()
static CloseState
CloseState. valueOf(java.lang.String name)
Returns 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.
-