com.twitter.finagle.mux

exp

package exp

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. exp
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. case class ClientApplicationError(what: String) extends Exception with NoStacktrace with Product with Serializable

  2. class ClientDispatcher extends Service[Buf, Buf] with MuxService

    A ClientDispatcher for a mux Session.

  3. trait MuxService extends Service[Buf, Buf]

    A MuxService provides the RPC, message-passing, pinging, and draining facilities for one direction of a mux session.

  4. class Session extends Closable

    Session repeatedly calls recv() on transport, and dispatches the messages to the appropriate Session instance.

  5. type SessionFactory = (MuxService) ⇒ Session

  6. type SessionHandler = ((MuxService) ⇒ Session) ⇒ Unit

Value Members

  1. object ClientDispatcher

  2. object Session

  3. object UnexpectedSequencedResponseException extends Exception with NoStacktrace

Inherited from AnyRef

Inherited from Any

Ungrouped