ErrorGenerator

final class ErrorGenerator
class Object
trait Matchable
class Any

Value members

Concrete methods

Create a Http2Exception with stream id 0

Create a Http2Exception with stream id 0

def goaway(msg: String): Http2SessionException

Create a Http2Exception with stream id 0

Create a Http2Exception with stream id 0

def rst(stream: Int): Http2StreamException

Create a Http2Exception with the requisite stream id

Create a Http2Exception with the requisite stream id

def rst(stream: Int, msg: String): Http2StreamException

Create a Http2Exception with the requisite stream id

Create a Http2Exception with the requisite stream id

def unapply(ex: Http2Exception): Option[(Option[Int], String)]

Extract the optional stream id and the exception message

Extract the optional stream id and the exception message

def unapply(code: Int): Boolean

Concrete fields

val code: Long
val name: String
override val toString: String