org.hyperscala

socketio

package socketio

Visibility
  1. Public
  2. All

Type Members

  1. case class SocketIOConfiguration(resource: String = "socket.io", connectTimeout: Long = 10000L, tryMultipleTransports: Boolean = true, reconnect: Boolean = true, reconnectionDelay: Long = 500L, reconnectionLimit: Int = scala.Int.MaxValue, maxReconnectionAttempts: Int = 10, syncDisconnectOnUnload: Boolean = false, autoConnect: Boolean = true, flashPolicyPort: Int = 10843, forceNewConnection: Boolean = false) extends Product with Serializable

  2. class SocketIOConnection extends AnyRef

Value Members

  1. object SocketIO extends Module with HttpHandler

    SocketIO module includes the JavaScript dependency and configures the website to handle connections.

Ungrouped