Packages

p

examples

msgpack

package msgpack

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class Letter (to: StreetAddress, from: StreetAddress, message: String) extends Product with Serializable
  2. case class StreetAddress (address: String) extends Product with Serializable

Value Members

  1. object MsgPackApp extends App

    This example uses MsgPack, which is a binary format.

  2. object MsgPackClient extends App

    Run this client to use the above "reply" service...

    Run this client to use the above "reply" service... obviously you can't send this in the browser as it's a binary format.

Ungrouped