com.twitter.finagle

mux

package mux

Visibility
  1. Public
  2. All

Type Members

  1. case class BadMessageException(why: String) extends Exception with Product with Serializable

  2. case class ClientDiscardedRequestException(why: String) extends Exception with Product with Serializable

    Indicates that a client requested that a given request be discarded.

  3. case class ServerApplicationError(what: String) extends Exception with NoStacktrace with Product with Serializable

  4. case class ServerError(what: String) extends Exception with NoStacktrace with Product with Serializable

Value Members

  1. object ClientDispatcher

  2. object RequestNackedException extends Exception with WriteException with NoStacktrace

  3. object ServerDispatcher

  4. package exp

  5. package lease

Ungrouped