com.twitter.finagle.mux.exp

ClientDispatcher

class ClientDispatcher extends Service[Buf, Buf] with MuxService

A ClientDispatcher for a mux Session.

Linear Supertypes
MuxService, Service[Buf, Buf], Closable, (Buf) ⇒ Future[Buf], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ClientDispatcher
  2. MuxService
  3. Service
  4. Closable
  5. Function1
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def andThen[A](g: (Future[Buf]) ⇒ A): (Buf) ⇒ A

    Definition Classes
    Function1
    Annotations
    @unspecialized()
  7. def apply(req: Spool[Buf]): Future[Spool[Buf]]

    Transmits a sequenced request and receives a sequenced response.

    Transmits a sequenced request and receives a sequenced response.

    Definition Classes
    ClientDispatcherMuxService
  8. final def apply(req: Buf): Future[Buf]

    Transmits a request as a single message, and receives a single message response.

    Transmits a request as a single message, and receives a single message response. If more than a single message is received, an exception is thrown.

    Definition Classes
    MuxService → Service → Function1
  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def close(deadline: Time): Future[Unit]

    Notify the other party we are closing.

    Notify the other party we are closing.

    Definition Classes
    ClientDispatcher → Service → Closable
  12. def close(after: Duration): Future[Unit]

    Definition Classes
    Closable
  13. final def close(): Future[Unit]

    Definition Classes
    Closable
  14. def compose[A](g: (A) ⇒ Buf): (A) ⇒ Future[Buf]

    Definition Classes
    Function1
    Annotations
    @unspecialized()
  15. def drain(): Future[Unit]

    Sends a message to the remote endpoint indicating that the local endpoint will begin nacking dispatches.

    Sends a message to the remote endpoint indicating that the local endpoint will begin nacking dispatches.

    Definition Classes
    ClientDispatcherMuxService
  16. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  18. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  20. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  21. def isAvailable: Boolean

    Definition Classes
    ClientDispatcher → Service
  22. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  23. def map[Req1](f: (Req1) ⇒ Buf): Service[Req1, Buf]

    Definition Classes
    Service
  24. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  27. def ping(): Future[Unit]

    Sends a ping to the remote endpoint.

    Sends a ping to the remote endpoint. Returns a Future[Unit] which will be fulfilled when the remote endpoint acknowledges receiving the ping.

    Definition Classes
    ClientDispatcherMuxService
  28. def send(buf: Buf): Future[Unit]

    Dispatches a one-way message to the remote endpoint.

    Dispatches a one-way message to the remote endpoint.

    Definition Classes
    ClientDispatcherMuxService
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  30. def toString(): String

    Definition Classes
    Function1 → AnyRef → Any
  31. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. final def release(): Unit

    Definition Classes
    Service
    Annotations
    @deprecated
    Deprecated

    (Since version 7.0.0) Use close() instead

Inherited from MuxService

Inherited from Service[Buf, Buf]

Inherited from Closable

Inherited from (Buf) ⇒ Future[Buf]

Inherited from AnyRef

Inherited from Any

Ungrouped