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

Source:
Http2Exception.scala

Create a Http2Exception with stream id 0

Create a Http2Exception with stream id 0

Source:
Http2Exception.scala

Create a Http2Exception with the requisite stream id

Create a Http2Exception with the requisite stream id

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

Source:
Http2Exception.scala

Extract the optional stream id and the exception message

Extract the optional stream id and the exception message

Source:
Http2Exception.scala

Concrete fields