Package | Description |
---|---|
org.eclipse.jetty.http2 | |
org.eclipse.jetty.http2.parser |
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<java.lang.Integer,ErrorCode> |
ErrorCode.Codes.codes |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
private boolean |
Parser.connectionFailure(java.nio.ByteBuffer buffer,
ErrorCode error,
java.lang.String reason) |