com.twitter.finagle

stream

package stream

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.

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

Type Members

  1. class Stream extends CodecFactory[HttpRequest, StreamResponse]

  2. trait StreamResponse extends AnyRef

Value Members

  1. object EOF extends Exception

    Indicates that a stream has ended.

  2. object Stream

Inherited from AnyRef

Inherited from Any

Ungrouped