Http2Exception

org.http4s.blaze.http.http2.Http2Exception
See theHttp2Exception companion object
sealed abstract class Http2Exception(msg: String) extends Exception with NoStackTrace with Product with Serializable

Attributes

Companion:
object
Source:
Http2Exception.scala
Graph
Supertypes
trait Product
trait Equals
class Exception
class Throwable
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Abstract methods

def code: Long

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
final def msgBuffer(): ByteBuffer

serialize the message as a ByteBuffer

serialize the message as a ByteBuffer

Attributes

Source:
Http2Exception.scala
final def name: String

Attributes

Source:
Http2Exception.scala

Convert this exception to a session exception

Convert this exception to a session exception

Attributes

Source:
Http2Exception.scala

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
def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals
override def fillInStackTrace(): 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:
Throwable

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Product
def productElement(n: Int): Any

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Throwable

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Inherited from:
Throwable