com.twitter.finagle.channel

BrokerChannelHandler

class BrokerChannelHandler extends SimpleChannelHandler

Linear Supertypes
SimpleChannelHandler, ChannelDownstreamHandler, ChannelUpstreamHandler, ChannelHandler, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. BrokerChannelHandler
  2. SimpleChannelHandler
  3. ChannelDownstreamHandler
  4. ChannelUpstreamHandler
  5. ChannelHandler
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BrokerChannelHandler()

Type Members

  1. case class Bind(e: ChannelStateEvent, ctx: ChannelHandlerContext) extends DownstreamEvent with Product with Serializable

  2. case class Bound(e: ChannelStateEvent, ctx: ChannelHandlerContext) extends UpstreamEvent with Product with Serializable

  3. case class ChildClosed(e: ChildChannelStateEvent, ctx: ChannelHandlerContext) extends UpstreamEvent with Product with Serializable

  4. case class ChildOpen(e: ChildChannelStateEvent, ctx: ChannelHandlerContext) extends UpstreamEvent with Product with Serializable

  5. case class Close(e: ChannelStateEvent, ctx: ChannelHandlerContext) extends DownstreamEvent with Product with Serializable

  6. case class Closed(e: ChannelStateEvent, ctx: ChannelHandlerContext) extends UpstreamEvent with Product with Serializable

  7. case class Connect(e: ChannelStateEvent, ctx: ChannelHandlerContext) extends DownstreamEvent with Product with Serializable

  8. case class Connected(e: ChannelStateEvent, ctx: ChannelHandlerContext) extends UpstreamEvent with Product with Serializable

  9. case class Disconnect(e: ChannelStateEvent, ctx: ChannelHandlerContext) extends DownstreamEvent with Product with Serializable

  10. case class Disconnected(e: ChannelStateEvent, ctx: ChannelHandlerContext) extends UpstreamEvent with Product with Serializable

  11. sealed trait DownstreamEvent extends Event

  12. sealed trait Event extends AnyRef

  13. case class Exception(e: ExceptionEvent, ctx: ChannelHandlerContext) extends UpstreamEvent with Product with Serializable

  14. case class InterestChanged(e: ChannelStateEvent, ctx: ChannelHandlerContext) extends UpstreamEvent with Product with Serializable

  15. case class InterestOps(e: ChannelStateEvent, ctx: ChannelHandlerContext) extends DownstreamEvent with Product with Serializable

  16. case class Message(e: MessageEvent, ctx: ChannelHandlerContext) extends UpstreamEvent with Product with Serializable

  17. case class Open(e: ChannelStateEvent, ctx: ChannelHandlerContext) extends UpstreamEvent with Product with Serializable

  18. case class Unbind(e: ChannelStateEvent, ctx: ChannelHandlerContext) extends DownstreamEvent with Product with Serializable

  19. case class Unbound(e: ChannelStateEvent, ctx: ChannelHandlerContext) extends UpstreamEvent with Product with Serializable

  20. sealed trait UpstreamEvent extends Event

  21. case class Write(e: MessageEvent, ctx: ChannelHandlerContext) extends DownstreamEvent with Product with Serializable

  22. case class WriteComplete(e: WriteCompletionEvent, ctx: ChannelHandlerContext) extends UpstreamEvent with Product with Serializable

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. object MessageValue

  7. object WriteValue

  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def bindRequested(ctx: ChannelHandlerContext, e: ChannelStateEvent): Unit

    Definition Classes
    BrokerChannelHandler → SimpleChannelHandler
  10. def channelBound(ctx: ChannelHandlerContext, e: ChannelStateEvent): Unit

    Definition Classes
    BrokerChannelHandler → SimpleChannelHandler
  11. def channelClosed(ctx: ChannelHandlerContext, e: ChannelStateEvent): Unit

    Definition Classes
    BrokerChannelHandler → SimpleChannelHandler
  12. def channelConnected(ctx: ChannelHandlerContext, e: ChannelStateEvent): Unit

    Definition Classes
    BrokerChannelHandler → SimpleChannelHandler
  13. def channelDisconnected(ctx: ChannelHandlerContext, e: ChannelStateEvent): Unit

    Definition Classes
    BrokerChannelHandler → SimpleChannelHandler
  14. def channelInterestChanged(ctx: ChannelHandlerContext, e: ChannelStateEvent): Unit

    Definition Classes
    BrokerChannelHandler → SimpleChannelHandler
  15. def channelOpen(ctx: ChannelHandlerContext, e: ChannelStateEvent): Unit

    Definition Classes
    BrokerChannelHandler → SimpleChannelHandler
  16. def channelUnbound(ctx: ChannelHandlerContext, e: ChannelStateEvent): Unit

    Definition Classes
    BrokerChannelHandler → SimpleChannelHandler
  17. def childChannelClosed(ctx: ChannelHandlerContext, e: ChildChannelStateEvent): Unit

    Definition Classes
    BrokerChannelHandler → SimpleChannelHandler
  18. def childChannelOpen(ctx: ChannelHandlerContext, e: ChildChannelStateEvent): Unit

    Definition Classes
    BrokerChannelHandler → SimpleChannelHandler
  19. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  20. def closeRequested(ctx: ChannelHandlerContext, e: ChannelStateEvent): Unit

    Definition Classes
    BrokerChannelHandler → SimpleChannelHandler
  21. def connectRequested(ctx: ChannelHandlerContext, e: ChannelStateEvent): Unit

    Definition Classes
    BrokerChannelHandler → SimpleChannelHandler
  22. def disconnectRequested(ctx: ChannelHandlerContext, e: ChannelStateEvent): Unit

    Definition Classes
    BrokerChannelHandler → SimpleChannelHandler
  23. val downstreamBroker: Broker[DownstreamEvent]

  24. val downstreamEvent: Offer[DownstreamEvent]

  25. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  27. def exceptionCaught(ctx: ChannelHandlerContext, e: ExceptionEvent): Unit

    Definition Classes
    BrokerChannelHandler → SimpleChannelHandler
  28. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  30. def handleDownstream(arg0: ChannelHandlerContext, arg1: ChannelEvent): Unit

    Definition Classes
    SimpleChannelHandler → ChannelDownstreamHandler
    Annotations
    @throws()
  31. def handleUpstream(arg0: ChannelHandlerContext, arg1: ChannelEvent): Unit

    Definition Classes
    SimpleChannelHandler → ChannelUpstreamHandler
    Annotations
    @throws()
  32. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  33. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  34. def messageReceived(ctx: ChannelHandlerContext, e: MessageEvent): Unit

    Definition Classes
    BrokerChannelHandler → SimpleChannelHandler
  35. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  38. def proxy(): Unit

    Proxy both upstream & downstream events.

    Proxy both upstream & downstream events.

    Attributes
    protected
  39. def proxyDownstream(): Unit

    Proxy further downstream events.

    Proxy further downstream events.

    Attributes
    protected
  40. def proxyUpstream(): Unit

    Proxy further upstream events.

    Proxy further upstream events.

    Attributes
    protected
  41. def setInterestOpsRequested(ctx: ChannelHandlerContext, e: ChannelStateEvent): Unit

    Definition Classes
    BrokerChannelHandler → SimpleChannelHandler
  42. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  43. def toString(): String

    Definition Classes
    AnyRef → Any
  44. def unbindRequested(ctx: ChannelHandlerContext, e: ChannelStateEvent): Unit

    Definition Classes
    BrokerChannelHandler → SimpleChannelHandler
  45. val upstreamBroker: Broker[UpstreamEvent]

  46. val upstreamEvent: Offer[UpstreamEvent]

  47. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  50. def writeComplete(ctx: ChannelHandlerContext, e: WriteCompletionEvent): Unit

    Definition Classes
    BrokerChannelHandler → SimpleChannelHandler
  51. def writeRequested(ctx: ChannelHandlerContext, e: MessageEvent): Unit

    Definition Classes
    BrokerChannelHandler → SimpleChannelHandler

Inherited from SimpleChannelHandler

Inherited from ChannelDownstreamHandler

Inherited from ChannelUpstreamHandler

Inherited from ChannelHandler

Inherited from AnyRef

Inherited from Any

Ungrouped