Uses of Class
org.eclipse.jetty.http2.ErrorCode
-
Packages that use ErrorCode Package Description org.eclipse.jetty.http2 -
-
Uses of ErrorCode in org.eclipse.jetty.http2
Methods in org.eclipse.jetty.http2 that return ErrorCode Modifier and Type Method Description static ErrorCode
ErrorCode. from(int error)
static ErrorCode
ErrorCode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ErrorCode[]
ErrorCode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-