Uses of Class
org.hcjf.io.net.http.http2.Http2Frame.Settings
-
Packages that use Http2Frame.Settings Package Description org.hcjf.io.net.http.http2 -
-
Uses of Http2Frame.Settings in org.hcjf.io.net.http.http2
Methods in org.hcjf.io.net.http.http2 that return Http2Frame.Settings Modifier and Type Method Description static Http2Frame.SettingsHttp2Frame.Settings. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Http2Frame.Settings[]Http2Frame.Settings. values()Returns an array containing the constants of this enum type, in the order they are declared.
-