websocket-scala-client
websocket-scala-client
API
com.github.andyglow.websocket
LowPriorityMessageFormats
MessageAdapter
MessageAdapter
Websocket
WebsocketClient
WebsocketClient
Builder
Builder
Options
WebsocketHandler
WebsocketHandler
WebsocketNettyHandshaker
com.github.andyglow.websocket.util
NettyFuture
Uri
Uri
websocket-scala-client
/
com.github.andyglow.websocket
/
MessageAdapter
MessageAdapter
com.github.andyglow.websocket.MessageAdapter$
See the
MessageAdapter
companion trait
object
MessageAdapter
extends
LowPriorityMessageFormats
Attributes
Companion:
trait
Graph
Reset zoom
Hide graph
Show graph
Supertypes
trait
LowPriorityMessageFormats
class
Object
trait
Matchable
class
Any
Self type
MessageAdapter
.type
Clear all
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