Uses of Class
org.eclipse.jetty.http2.CloseState
-
Packages that use CloseState Package Description org.eclipse.jetty.http2 org.eclipse.jetty.http2.frames -
-
Uses of CloseState in org.eclipse.jetty.http2
Methods in org.eclipse.jetty.http2 that return CloseState Modifier and Type Method Description static CloseStateCloseState. 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. -
Uses of CloseState in org.eclipse.jetty.http2.frames
Constructors in org.eclipse.jetty.http2.frames with parameters of type CloseState Constructor Description GoAwayFrame(CloseState closeState, int lastStreamId, int error, byte[] payload)
-