Uses of Enum
org.eclipse.jetty.http2.server.HttpTransportOverHTTP2.State
Packages that use HttpTransportOverHTTP2.State
-
Uses of HttpTransportOverHTTP2.State in org.eclipse.jetty.http2.server
Subclasses with type arguments of type HttpTransportOverHTTP2.State in org.eclipse.jetty.http2.serverModifier and TypeClassDescriptionprivate static enumSend states forHttpTransportOverHTTP2.TransportCallback.Fields in org.eclipse.jetty.http2.server declared as HttpTransportOverHTTP2.StateModifier and TypeFieldDescriptionprivate HttpTransportOverHTTP2.StateHttpTransportOverHTTP2.TransportCallback._stateMethods in org.eclipse.jetty.http2.server that return HttpTransportOverHTTP2.StateModifier and TypeMethodDescriptionstatic HttpTransportOverHTTP2.StateReturns the enum constant of this type with the specified name.static HttpTransportOverHTTP2.State[]HttpTransportOverHTTP2.State.values()Returns an array containing the constants of this enum type, in the order they are declared.