Framing

endpoints4s.play.server.ChunkedJsonEntities.Framing
class Framing(val request: Flow[ByteString, ByteString, NotUsed], val response: Flow[ByteString, ByteString, NotUsed])

A strategy for delimiting chunk frames in a stream of chunks. Framing has to be consistent between client and server - server interpreter must be able to decode chunks encoded by the client, and vice versa.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete fields

val request: Flow[ByteString, ByteString, NotUsed]
val response: Flow[ByteString, ByteString, NotUsed]