LowPriorityMessageFormats

com.github.andyglow.websocket.LowPriorityMessageFormats

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object MessageAdapter.type

Members list

Concise view

Type members

Types

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

Implicits

Implicits

implicit val ByteArr: Aux[Array[Byte], BinaryWebSocketFrame]
implicit val ByteBuf: Aux[ByteBuf, BinaryWebSocketFrame]
implicit val CharArr: Aux[Array[Char], TextWebSocketFrame]
implicit val String: Aux[String, TextWebSocketFrame]