Packages

object MessageAdapter extends LowPriorityMessageFormats

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MessageAdapter
  2. LowPriorityMessageFormats
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Aux[T, F] = MessageAdapter[T] { type Frame = F }
    Definition Classes
    LowPriorityMessageFormats

Value Members

  1. implicit val ByteArr: Aux[Array[Byte], BinaryWebSocketFrame]
    Definition Classes
    LowPriorityMessageFormats
  2. implicit val ByteBuf: Aux[ByteBuf, BinaryWebSocketFrame]
    Definition Classes
    LowPriorityMessageFormats
  3. implicit val CharArr: Aux[Array[Char], TextWebSocketFrame]
    Definition Classes
    LowPriorityMessageFormats
  4. implicit val String: Aux[String, TextWebSocketFrame]
    Definition Classes
    LowPriorityMessageFormats