JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Enum
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
(
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.