Class

com.twitter.finagle.netty3.channel

BrokerChannelHandler

Related Doc: package channel

Permalink

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
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BrokerChannelHandler()

    Permalink

Type Members

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

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

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

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

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

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

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

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

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

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

    Permalink
  11. sealed trait DownstreamEvent extends Event

    Permalink
  12. sealed trait Event extends AnyRef

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

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

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

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

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

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

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

    Permalink
  20. sealed trait UpstreamEvent extends Event

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

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

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

    Permalink
  5. object WriteValue

    Permalink
  6. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
  22. val downstreamEvent: Offer[DownstreamEvent]

    Permalink
  23. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

    Permalink
    Definition Classes
    SimpleChannelHandler → ChannelDownstreamHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  29. def handleUpstream(arg0: ChannelHandlerContext, arg1: ChannelEvent): Unit

    Permalink
    Definition Classes
    SimpleChannelHandler → ChannelUpstreamHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  30. def hashCode(): Int

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  36. def proxy(): Unit

    Permalink

    Proxy both upstream & downstream events.

    Proxy both upstream & downstream events.

    Attributes
    protected
  37. def proxyDownstream(): Unit

    Permalink

    Proxy further downstream events.

    Proxy further downstream events.

    Attributes
    protected
  38. def proxyUpstream(): Unit

    Permalink

    Proxy further upstream events.

    Proxy further upstream events.

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

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

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

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

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

    Permalink
  44. val upstreamEvent: Offer[UpstreamEvent]

    Permalink
  45. final def wait(): Unit

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

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

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

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

    Permalink
    Definition Classes
    BrokerChannelHandler → SimpleChannelHandler

Inherited from SimpleChannelHandler

Inherited from ChannelDownstreamHandler

Inherited from ChannelUpstreamHandler

Inherited from ChannelHandler

Inherited from AnyRef

Inherited from Any

Ungrouped