Packages

package streaming

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final class StreamingRequest[F[_], A] extends AnyRef

    StreamingRequest is an abstraction over an input Primitive Stream - Reader or AsyncStream.

    StreamingRequest is an abstraction over an input Primitive Stream - Reader or AsyncStream. It carries the stream as well as the original Http Request.

    F

    The Primitive Stream type.

    A

    The type of streaming values.

  2. final class StreamingResponse[F[_], A] extends AnyRef

    StreamingResponse is an abstraction over an output Primitive Stream - Reader or AsyncStream.

    StreamingResponse is an abstraction over an output Primitive Stream - Reader or AsyncStream. It carries the output stream as well as some HTTP Response metadata.

    F

    The Primitive Stream type.

    A

    The type of streaming values.

    Note

    Users should construct this via c.t.finatra.http.response.ResponseBuilder#streaming

  3. sealed abstract class ToReader[F[_]] extends AnyRef

    Used for StreamingResponse to convert stream from other primitive stream types to Reader.

    Used for StreamingResponse to convert stream from other primitive stream types to Reader. There is currently support for com.twitter.io.Reader and com.twitter.concurrent.AsyncStream.

Value Members

  1. object ToReader

Ungrouped