Uses of Class
org.eclipse.jetty.http2.ErrorCode
-
Packages that use ErrorCode Package Description org.eclipse.jetty.http2 org.eclipse.jetty.http2.parser -
-
Uses of ErrorCode in org.eclipse.jetty.http2
Fields in org.eclipse.jetty.http2 with type parameters of type ErrorCode Modifier and Type Field Description private static java.util.Map<java.lang.Integer,ErrorCode>ErrorCode.Codes. codesMethods in org.eclipse.jetty.http2 that return ErrorCode Modifier and Type Method Description static ErrorCodeErrorCode. from(int error)static ErrorCodeErrorCode. 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. -
Uses of ErrorCode in org.eclipse.jetty.http2.parser
Methods in org.eclipse.jetty.http2.parser with parameters of type ErrorCode Modifier and Type Method Description private booleanParser. connectionFailure(java.nio.ByteBuffer buffer, ErrorCode error, java.lang.String reason)
-