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
Methods in org.eclipse.jetty.http2 that return CloseState Modifier and Type Method Description CloseState
HTTP2Session. 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.
-