Packages

package http2

Type Members

  1. class Http2Exception extends RuntimeException

    Base class for HTTP2 exceptions.

  2. final case class Http2StreamIdHeader(streamId: Int) extends InternalCustomHeader with Product with Serializable
  3. class PeerClosedStreamException extends Http2Exception with NoStackTrace

    Exception that will be reported on the request entity stream when the peer closed the stream.

Ungrouped