Packages

package http2

Content Hierarchy

Type Members

  1. class Http2Exception extends RuntimeException

    Base class for HTTP2 exceptions.

  2. class PeerClosedStreamException extends Http2Exception with NoStackTrace

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

  3. trait RequestResponseAssociation extends AnyRef

    A marker trait for attribute values that should be (automatically) carried over from request to response.

  4. final case class SimpleRequestResponseAttribute[T](value: T) extends RequestResponseAssociation with Product with Serializable

Ungrouped