ErrorGenerator

org.http4s.blaze.http.http2.Http2Exception.ErrorGenerator
final class ErrorGenerator

Attributes

Source
Http2Exception.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

Create a Http2Exception with stream id 0

Create a Http2Exception with stream id 0

Attributes

Source
Http2Exception.scala

Create a Http2Exception with stream id 0

Create a Http2Exception with stream id 0

Attributes

Source
Http2Exception.scala
def rst(stream: Int): Http2StreamException

Create a Http2Exception with the requisite stream id

Create a Http2Exception with the requisite stream id

Attributes

Source
Http2Exception.scala
def rst(stream: Int, msg: String): Http2StreamException

Create a Http2Exception with the requisite stream id

Create a Http2Exception with the requisite stream id

Attributes

Source
Http2Exception.scala

Extract the optional stream id and the exception message

Extract the optional stream id and the exception message

Attributes

Source
Http2Exception.scala
def unapply(code: Int): Boolean

Attributes

Source
Http2Exception.scala

Concrete fields

val code: Long

Attributes

Source
Http2Exception.scala
val name: String

Attributes

Source
Http2Exception.scala
override val 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.

Source
Http2Exception.scala