Package

com.twitter.finagle

http2

Permalink

package http2

Visibility
  1. Public
  2. All

Type Members

  1. final class GoAwayException extends StreamClosedException

    Permalink
  2. class RefTransport[In, Out] extends TransportProxy[In, Out]

    Permalink

    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

    Permalink

Value Members

  1. package exp

    Permalink
  2. package param

    Permalink
  3. object trackH2SessionExceptions extends GlobalFlag[Boolean]

    Permalink
  4. package transport

    Permalink

Ungrouped