Http2SessionException

org.http4s.blaze.http.http2.Http2SessionException
final case class Http2SessionException(code: Long, msg: String) extends Http2Exception

Attributes

Source
Http2Exception.scala
Graph
Supertypes
trait Product
trait Equals
trait NoStackTrace
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Throwable
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
final def getSuppressed(): Array[Throwable]

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable

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

Inherited from:
Http2Exception
Source
Http2Exception.scala
final def msgBuffer(): ByteBuffer

serialize the message as a ByteBuffer

serialize the message as a ByteBuffer

Attributes

Inherited from:
Http2Exception
Source
Http2Exception.scala
final def name: String

Attributes

Inherited from:
Http2Exception
Source
Http2Exception.scala

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Throwable

Convert this exception to a session exception

Convert this exception to a session exception

Attributes

Inherited from:
Http2Exception
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

Inherited from:
Http2Exception
Source
Http2Exception.scala
def toString(): String

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