Class/Object

com.twitter.finagle.buoyant.h2.netty4

Netty4ServerDispatcher

Related Docs: object Netty4ServerDispatcher | package netty4

Permalink

class Netty4ServerDispatcher extends Netty4DispatcherBase[Response, Request] with Closable

A dispatcher that accepts requests from the upstream remote, serves them through a downstream service, and writes the response back to the upstream remote.

Linear Supertypes
Closable, Netty4DispatcherBase[Response, Request], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Netty4ServerDispatcher
  2. Closable
  3. Netty4DispatcherBase
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Netty4ServerDispatcher(transport: Transport[Http2Frame, Http2Frame], service: Service[Request, Response], 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. final def asInstanceOf[T0]: T0

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

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

    Permalink
    Definition Classes
    Netty4ServerDispatcher → Closable
  7. def close(after: Duration): Future[Unit]

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

    Permalink
    Definition Classes
    Closable
  9. def demux(): Future[Unit]

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

    Permalink

    The stream didn't exist.

    The stream didn't exist. We're either receiving HEADERS to initiate a new request, or we're receiving an unexpected frame. Unexpected frames cause the connection to be closed with a protocol error.

    Attributes
    protected[this]
    Definition Classes
    Netty4ServerDispatcherNetty4DispatcherBase
  11. val demuxing: Future[Unit]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Netty4ServerDispatcherNetty4DispatcherBase
  12. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  18. def isClosed: Boolean

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

    Permalink
    Definition Classes
    Any
  20. val log: Logger

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Netty4ServerDispatcherNetty4DispatcherBase
  21. final def ne(arg0: AnyRef): Boolean

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

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

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

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

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

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Netty4DispatcherBase
  27. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

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

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Netty4DispatcherBase

Inherited from Closable

Inherited from AnyRef

Inherited from Any

Ungrouped