Merge pull request #19543 from akka/wip-19315-document-websocket-client-johanandren

=doc #19315 websocket client docs
This commit is contained in:
Johan Andrén 2016-02-08 10:16:08 +01:00
commit 1822108175
7 changed files with 469 additions and 9 deletions

View file

@ -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.