Uses of Class
org.eclipse.jetty.http2.CloseState.Event
-
Packages that use CloseState.Event Package Description org.eclipse.jetty.http2 -
-
Uses of CloseState.Event in org.eclipse.jetty.http2
Methods in org.eclipse.jetty.http2 that return CloseState.Event Modifier and Type Method Description static CloseState.EventCloseState.Event. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CloseState.Event[]CloseState.Event. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.jetty.http2 with parameters of type CloseState.Event Modifier and Type Method Description booleanHTTP2Stream. updateClose(boolean update, CloseState.Event event)booleanIStream. updateClose(boolean update, CloseState.Event event)Updates the close state of this stream.
-