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
/
LowPriorityMessageFormats
LowPriorityMessageFormats
com.github.andyglow.websocket.LowPriorityMessageFormats
trait
LowPriorityMessageFormats
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Known subtypes
object
MessageAdapter
.type
Clear all
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
]