Http2Exception

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 Product
trait Equals
trait NoStackTrace
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
Known subtypes

Members list

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