Class/Object

com.twitter.finagle.buoyant.h2.netty4

Netty4ClientDispatcher

Related Docs: object Netty4ClientDispatcher | package netty4

Permalink

class Netty4ClientDispatcher extends Service[Request, Response] with Netty4DispatcherBase[Request, Response]

A dispatcher that exposes a Service[Request, Response].

Requests are issued onto the dispatcher to be written on a (new) remote stream, and the response is returned and streamed upstream from the remote.

Linear Supertypes
Netty4DispatcherBase[Request, Response], Service[Request, Response], Closable, (Request) ⇒ Future[Response], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Netty4ClientDispatcher
  2. Netty4DispatcherBase
  3. Service
  4. Closable
  5. Function1
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Netty4ClientDispatcher(transport: Transport[Http2Frame, Http2Frame], streamStats: StatsReceiver)

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. def andThen[A](g: (Future[Response]) ⇒ A): (Request) ⇒ A

    Permalink
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  5. def apply(req: Request): Future[Response]

    Permalink

    Write a request on the underlying connection and return its response when it is received.

    Write a request on the underlying connection and return its response when it is received.

    Definition Classes
    Netty4ClientDispatcher → Service → Function1
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

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

    Permalink
    Definition Classes
    Netty4ClientDispatcher → Service → Closable
  9. def close(after: Duration): Future[Unit]

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

    Permalink
    Definition Classes
    Closable
  11. def compose[A](g: (A) ⇒ Request): (A) ⇒ Future[Response]

    Permalink
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  12. def demux(): Future[Unit]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Netty4DispatcherBase
  13. def demuxNewStream(f: Http2StreamFrame): Future[Unit]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Netty4ClientDispatcherNetty4DispatcherBase
  14. val demuxing: Future[Unit]

    Permalink

    Continually read frames from the HTTP2 transport.

    Continually read frames from the HTTP2 transport. Demultiplex frames from the transport onto a per-stream receive queue.

    Attributes
    protected[this]
    Definition Classes
    Netty4ClientDispatcherNetty4DispatcherBase
  15. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  19. def goAway(err: GoAway, deadline: Time = Time.Top): Future[Unit]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Netty4DispatcherBase
  20. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  21. final def isAvailable: Boolean

    Permalink
    Definition Classes
    Service
  22. def isClosed: Boolean

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Netty4DispatcherBase
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. val log: Logger

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Netty4ClientDispatcherNetty4DispatcherBase
  25. def map[Req1](f: (Req1) ⇒ Request): Service[Req1, Response]

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

    Permalink
    Definition Classes
    AnyRef
  27. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. val onTransportClose: (Throwable) ⇒ Unit

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Netty4DispatcherBase
  30. val prefix: String

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Netty4ClientDispatcherNetty4DispatcherBase
  31. def registerStream(id: Int, stream: Netty4StreamTransport[Request, Response]): Unit

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Netty4DispatcherBase
  32. def status: finagle.Status

    Permalink
    Definition Classes
    Netty4ClientDispatcher → Service
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  34. def toString(): String

    Permalink
    Definition Classes
    Function1 → AnyRef → Any
  35. val transport: Transport[Http2Frame, Http2Frame]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Netty4ClientDispatcherNetty4DispatcherBase
  36. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. lazy val writer: Writer

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Netty4DispatcherBase

Inherited from Service[Request, Response]

Inherited from Closable

Inherited from (Request) ⇒ Future[Response]

Inherited from AnyRef

Inherited from Any

Ungrouped