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