tubesocks
package
tubesocks
Type Members
-
case class
Close
(socket: Socket) extends Event with Product with Serializable
-
-
case class
EOF
(text: String) extends Event with Product with Serializable
-
case class
Error
(exception: Throwable) extends Event with Product with Serializable
-
trait
Event
extends AnyRef
-
case class
Fragment
(text: String) extends Event with Product with Serializable
-
case class
Message
(text: String, socket: Socket) extends Event with Product with Serializable
-
case class
Open
(socket: Socket) extends Event with Product with Serializable
-
trait
Socket
extends AnyRef
Value Members
-
object
Sock
extends AnyRef