Package

akka.wamp

client

Permalink

package client

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. client
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final case class AbortException(abort: Abort) extends Throwable with Product with Serializable

    Permalink
  2. final case class ConnectionException(message: String) extends Throwable with Product with Serializable

    Permalink
  3. final case class ErrorException(error: Error) extends Throwable with Product with Serializable

    Permalink
  4. type EventHandler = (Event) ⇒ Unit

    Permalink
  5. class Session extends SessionLike with Scope.Session

    Permalink
  6. final case class SessionException(message: String) extends Throwable with Product with Serializable

    Permalink
  7. class Transport extends TransportLike

    Permalink

    A Transport connects two Peers and provides a channel over which Messages for a Session can flow in both directions.

  8. final case class TransportException(message: String) extends Throwable with Product with Serializable

    Permalink

Value Members

  1. object Client

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped