com.twitter

finagle

package finagle

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. finagle
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. package stream

    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