Uses of Class
org.eclipse.jetty.http2.server.HttpTransportOverHTTP2.State
-
Packages that use HttpTransportOverHTTP2.State Package Description org.eclipse.jetty.http2.server -
-
Uses of HttpTransportOverHTTP2.State in org.eclipse.jetty.http2.server
Fields in org.eclipse.jetty.http2.server declared as HttpTransportOverHTTP2.State Modifier and Type Field Description private HttpTransportOverHTTP2.State
HttpTransportOverHTTP2.TransportCallback. _state
Methods in org.eclipse.jetty.http2.server that return HttpTransportOverHTTP2.State Modifier and Type Method Description static HttpTransportOverHTTP2.State
HttpTransportOverHTTP2.State. valueOf(java.lang.String name)
Returns 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.
-