org.http4s.blaze.http.http2.Http2Exception
See theHttp2Exception companion object
sealed abstract class Http2Exception(msg: String) extends Exception, NoStackTrace, Product, Serializable
Attributes
- Companion
- object
- Source
- Http2Exception.scala
- Graph
-
- Supertypes
-
trait Producttrait Equalstrait NoStackTraceclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
class Http2SessionExceptionclass Http2StreamException
Members list
Value members
Abstract methods
Attributes
- Source
- Http2Exception.scala
Concrete methods
Was the exception due to refusal by the peer.
Was the exception due to refusal by the peer.
These exceptions are safe to automatically retry even if the HTTP method is not an idempotent method. See https://tools.ietf.org/html/rfc7540#section-8.1.4 for more details.
Attributes
- Source
- Http2Exception.scala
serialize the message as a ByteBuffer
Attributes
- Source
- Http2Exception.scala
Convert this exception to a session exception
Convert this exception to a stream exception
Convert this exception to a stream exception
Attributes
- Note
-
If this is already a stream exception but with a different stream id, the id will be changed
- Source
- Http2Exception.scala
Inherited methods
Attributes
- Inherited from:
- Throwable
Attributes
- Definition Classes
- Inherited from:
- NoStackTrace
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- NoStackTrace
Attributes
- Inherited from:
- Throwable
In this article