JavaScript is disabled on your browser.
 
Description  
Nested Class Summary  
Enum Constant Summary  
Field Summary  
Method Summary  
Enum Constant Details 
NO_ERROR  
PROTOCOL_ERROR  
INTERNAL_ERROR  
FLOW_CONTROL_ERROR  
SETTINGS_TIMEOUT_ERROR  
STREAM_CLOSED_ERROR  
FRAME_SIZE_ERROR  
REFUSED_STREAM_ERROR  
CANCEL_STREAM_ERROR  
COMPRESSION_ERROR  
HTTP_CONNECT_ERROR  
ENHANCE_YOUR_CALM_ERROR  
INADEQUATE_SECURITY_ERROR  
HTTP_1_1_REQUIRED_ERROR  
 
 
Field Details 
code  
 
 
Method Details 
values()  
valueOf(String)  
from(int)  
toString(int, String)  
 
 
 
 
 
Enum Constant Summary 
Enum Constants 
Indicates that a stream is no longer needed.
 
Indicates inability to maintain the HPACK compression context.
 
Indicates that the other peer might be generating excessive load.
 
Indicates an HTTP/2 flow control violation.
 
Indicates that a frame has an invalid length.
 
Indicates that HTTP/1.1 must be used rather than HTTP/2.
 
Indicates that the connection established by an HTTP CONNECT was abnormally closed.
 
Indicates that the transport properties do not meet minimum security requirements.
 
Indicates an internal error.
 
Indicates a generic HTTP/2 protocol violation.
 
Indicates that a stream was rejected before application processing.
 
Indicates that a SETTINGS frame did not receive a reply in a timely manner.
 
Indicates that a stream frame has been received after the stream was closed.
 
 
 
 
 
Method Summary 
All Methods Static Methods Concrete Methods 
 
 
Returns the enum constant of this class with the specified name.
 
Returns an array containing the constants of this enum class, in
the order they are declared.
 
 
 
 
Methods inherited from class Enum  
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf  
 
 
 
 
Enum Constant Details 
 
 
 
 
 
 
 
 
 
 
 
 
INADEQUATE_SECURITY_ERROR