Packages

object BinaryMessage

Source
Message.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BinaryMessage
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class Streamed(dataStream: Source[ByteString, _]) extends javadsl.model.ws.BinaryMessage with BinaryMessage with Product with Serializable
  2. final case class Strict(data: ByteString) extends javadsl.model.ws.BinaryMessage with BinaryMessage with Product with Serializable

    A strict BinaryMessage that contains the complete data as a pekko.util.ByteString.

Value Members

  1. def apply(dataStream: Source[ByteString, Any]): BinaryMessage
  2. def apply(data: ByteString): Strict