Class Http2Protocol.ErrorCode
java.lang.Object
org.apache.pekko.http.impl.engine.http2.Http2Protocol.ErrorCode
- All Implemented Interfaces:
- scala.Equals,- scala.Product
- Direct Known Subclasses:
- Http2Protocol.ErrorCode$.CANCEL$,- Http2Protocol.ErrorCode$.COMPRESSION_ERROR$,- Http2Protocol.ErrorCode$.CONNECT_ERROR$,- Http2Protocol.ErrorCode$.ENHANCE_YOUR_CALM$,- Http2Protocol.ErrorCode$.FLOW_CONTROL_ERROR$,- Http2Protocol.ErrorCode$.FRAME_SIZE_ERROR$,- Http2Protocol.ErrorCode$.HTTP_1_1_REQUIRED$,- Http2Protocol.ErrorCode$.INADEQUATE_SECURITY$,- Http2Protocol.ErrorCode$.INTERNAL_ERROR$,- Http2Protocol.ErrorCode$.NO_ERROR$,- Http2Protocol.ErrorCode$.PROTOCOL_ERROR$,- Http2Protocol.ErrorCode$.REFUSED_STREAM$,- Http2Protocol.ErrorCode$.SETTINGS_TIMEOUT$,- Http2Protocol.ErrorCode$.STREAM_CLOSED$,- Http2Protocol.ErrorCode$.Unknown
- Enclosing class:
- Http2Protocol
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.EqualscanEqual, equalsMethods inherited from interface scala.ProductproductArity, productElement, productElementName, productElementNames, productIterator, productPrefix
- 
Constructor Details- 
ErrorCodepublic ErrorCode(int id) 
 
- 
- 
Method Details- 
idpublic int id()
 
-