MessageAdapter

com.github.andyglow.websocket.MessageAdapter$
See theMessageAdapter companion trait

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Inherited types

type Aux[T, F] = MessageAdapter[T] { type Frame = F; }

Attributes

Inherited from:
LowPriorityMessageFormats

Implicits

Inherited implicits

implicit val ByteArr: Aux[Array[Byte], BinaryWebSocketFrame]

Attributes

Inherited from:
LowPriorityMessageFormats
implicit val ByteBuf: Aux[ByteBuf, BinaryWebSocketFrame]

Attributes

Inherited from:
LowPriorityMessageFormats
implicit val CharArr: Aux[Array[Char], TextWebSocketFrame]

Attributes

Inherited from:
LowPriorityMessageFormats
implicit val String: Aux[String, TextWebSocketFrame]

Attributes

Inherited from:
LowPriorityMessageFormats