Merge pull request #19543 from akka/wip-19315-document-websocket-client-johanandren
=doc #19315 websocket client docs
This commit is contained in:
commit
1822108175
7 changed files with 469 additions and 9 deletions
|
|
@ -13,9 +13,6 @@ import akka.util.ByteString
|
|||
*/
|
||||
sealed trait Message
|
||||
|
||||
/**
|
||||
* A binary
|
||||
*/
|
||||
sealed trait TextMessage extends Message {
|
||||
/**
|
||||
* The contents of this message as a stream.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue