Packages

package http2

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. final class GoAwayException extends StreamClosedException
  2. class RefTransport[In, Out] extends TransportProxy[In, Out]

    A com.twitter.finagle.transport.Transport that proxies another transport, which can be swapped out for other transports.

    A com.twitter.finagle.transport.Transport that proxies another transport, which can be swapped out for other transports.

    Transport typically represents a single connection, and it's important that this remains true, even though the details of how that connection behaves may change when the underlying transport changes.

  3. final class RstException extends StreamClosedException

Value Members

  1. object trackH2SessionExceptions extends GlobalFlag[Boolean]

Ungrouped