tubesocks

package tubesocks

Visibility
  1. Public
  2. All

Type Members

  1. case class Close (socket: Socket) extends Event with Product with Serializable

  2. class DefaultSocket extends Socket

  3. case class EOF (text: String) extends Event with Product with Serializable

  4. case class Error (exception: Throwable) extends Event with Product with Serializable

  5. trait Event extends AnyRef

    Attributes
    sealed
  6. case class Fragment (text: String) extends Event with Product with Serializable

  7. case class Message (text: String, socket: Socket) extends Event with Product with Serializable

  8. case class Open (socket: Socket) extends Event with Product with Serializable

  9. trait Socket extends AnyRef

Value Members

  1. object Sock extends AnyRef

    A builder of sorts for Sockets