Package

com.twitter

finagle

Permalink

package finagle

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. finagle
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Value Members

  1. package stream

    Permalink

    Finagle-stream implements a rather peculiar protocol: it streams discrete messages delineated by HTTP chunks.

    Finagle-stream implements a rather peculiar protocol: it streams discrete messages delineated by HTTP chunks. It isn't how we'd design a protocol to stream messages, but we are stuck with it for legacy reasons.

    Finagle-stream sessions are also one-shot: each session handles exactly one stream. The session terminates together with the stream.

Inherited from AnyRef

Inherited from Any

Ungrouped