Package

akka.http.scaladsl.model

http2

Permalink

package http2

Content Hierarchy
Visibility
  1. Public
  2. All

Type Members

  1. class Http2Exception extends RuntimeException

    Permalink

    Base class for HTTP2 exceptions.

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

    Permalink
  3. class PeerClosedStreamException extends Http2Exception with NoStackTrace

    Permalink

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

Ungrouped