Class Http2Protocol.ErrorCode$
java.lang.Object
org.apache.pekko.http.impl.engine.http2.Http2Protocol.ErrorCode$
- Enclosing class:
- Http2Protocol
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classCANCEL (0x8): Used by the endpoint to indicate that the stream is no longer needed.static classCOMPRESSION_ERROR (0x9): The endpoint is unable to maintain the header compression context for the connection.static classCONNECT_ERROR (0xa): The connection established in response to a CONNECT request (Section 8.3) was reset or abnormally closed.static classENHANCE_YOUR_CALM (0xb): The endpoint detected that its peer is exhibiting a behavior that might be generating excessive load.static classFLOW_CONTROL_ERROR (0x3): The endpoint detected that its peer violated the flow-control protocol.static classFRAME_SIZE_ERROR (0x6): The endpoint received a frame with an invalid size.static classHTTP_1_1_REQUIRED (0xd): The endpoint requires that HTTP/1.1 be used instead of HTTP/2.static classINADEQUATE_SECURITY (0xc): The underlying transport has properties that do not meet minimum security requirements (see Section 9.2).static classINTERNAL_ERROR (0x2): The endpoint encountered an unexpected internal error.static classNO_ERROR (0x0): The associated condition is not a result of an error.static classPROTOCOL_ERROR (0x1): The endpoint detected an unspecific protocol error.static classREFUSED_STREAM (0x7): The endpoint refused the stream prior to performing any application processing (see Section 8.1.4 for details).static classSETTINGS_TIMEOUT (0x4): The endpoint sent a SETTINGS frame but did not receive a response in a timely manner.static classSTREAM_CLOSED (0x5): The endpoint received a frame after a stream was half-closed.static classstatic class
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final Http2Protocol.ErrorCode$Static reference to the singleton instance of this Scala object.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionscala.collection.immutable.Seq<Http2Protocol.ErrorCode>All()byId(int id) 
- 
Field Details- 
MODULE$Static reference to the singleton instance of this Scala object.
 
- 
- 
Constructor Details- 
ErrorCode$public ErrorCode$()
 
- 
- 
Method Details- 
All
- 
byId
 
-