class BrokerChannelHandler extends SimpleChannelHandler
- Alphabetic
- By Inheritance
- BrokerChannelHandler
- SimpleChannelHandler
- ChannelDownstreamHandler
- ChannelUpstreamHandler
- ChannelHandler
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new BrokerChannelHandler()
Type Members
- case class Bind(e: ChannelStateEvent, ctx: ChannelHandlerContext) extends DownstreamEvent with Product with Serializable
- case class Bound(e: ChannelStateEvent, ctx: ChannelHandlerContext) extends UpstreamEvent with Product with Serializable
- case class ChildClosed(e: ChildChannelStateEvent, ctx: ChannelHandlerContext) extends UpstreamEvent with Product with Serializable
- case class ChildOpen(e: ChildChannelStateEvent, ctx: ChannelHandlerContext) extends UpstreamEvent with Product with Serializable
- case class Close(e: ChannelStateEvent, ctx: ChannelHandlerContext) extends DownstreamEvent with Product with Serializable
- case class Closed(e: ChannelStateEvent, ctx: ChannelHandlerContext) extends UpstreamEvent with Product with Serializable
- case class Connect(e: ChannelStateEvent, ctx: ChannelHandlerContext) extends DownstreamEvent with Product with Serializable
- case class Connected(e: ChannelStateEvent, ctx: ChannelHandlerContext) extends UpstreamEvent with Product with Serializable
- case class Disconnect(e: ChannelStateEvent, ctx: ChannelHandlerContext) extends DownstreamEvent with Product with Serializable
- case class Disconnected(e: ChannelStateEvent, ctx: ChannelHandlerContext) extends UpstreamEvent with Product with Serializable
- sealed trait DownstreamEvent extends Event
- sealed trait Event extends AnyRef
- case class Exception(e: ExceptionEvent, ctx: ChannelHandlerContext) extends UpstreamEvent with Product with Serializable
- case class InterestChanged(e: ChannelStateEvent, ctx: ChannelHandlerContext) extends UpstreamEvent with Product with Serializable
- case class InterestOps(e: ChannelStateEvent, ctx: ChannelHandlerContext) extends DownstreamEvent with Product with Serializable
- case class Message(e: MessageEvent, ctx: ChannelHandlerContext) extends UpstreamEvent with Product with Serializable
- case class Open(e: ChannelStateEvent, ctx: ChannelHandlerContext) extends UpstreamEvent with Product with Serializable
- case class Unbind(e: ChannelStateEvent, ctx: ChannelHandlerContext) extends DownstreamEvent with Product with Serializable
- case class Unbound(e: ChannelStateEvent, ctx: ChannelHandlerContext) extends UpstreamEvent with Product with Serializable
- sealed trait UpstreamEvent extends Event
- case class Write(e: MessageEvent, ctx: ChannelHandlerContext) extends DownstreamEvent with Product with Serializable
- case class WriteComplete(e: WriteCompletionEvent, ctx: ChannelHandlerContext) extends UpstreamEvent with Product with Serializable
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
bindRequested(ctx: ChannelHandlerContext, e: ChannelStateEvent): Unit
- Definition Classes
- BrokerChannelHandler → SimpleChannelHandler
-
def
channelBound(ctx: ChannelHandlerContext, e: ChannelStateEvent): Unit
- Definition Classes
- BrokerChannelHandler → SimpleChannelHandler
-
def
channelClosed(ctx: ChannelHandlerContext, e: ChannelStateEvent): Unit
- Definition Classes
- BrokerChannelHandler → SimpleChannelHandler
-
def
channelConnected(ctx: ChannelHandlerContext, e: ChannelStateEvent): Unit
- Definition Classes
- BrokerChannelHandler → SimpleChannelHandler
-
def
channelDisconnected(ctx: ChannelHandlerContext, e: ChannelStateEvent): Unit
- Definition Classes
- BrokerChannelHandler → SimpleChannelHandler
-
def
channelInterestChanged(ctx: ChannelHandlerContext, e: ChannelStateEvent): Unit
- Definition Classes
- BrokerChannelHandler → SimpleChannelHandler
-
def
channelOpen(ctx: ChannelHandlerContext, e: ChannelStateEvent): Unit
- Definition Classes
- BrokerChannelHandler → SimpleChannelHandler
-
def
channelUnbound(ctx: ChannelHandlerContext, e: ChannelStateEvent): Unit
- Definition Classes
- BrokerChannelHandler → SimpleChannelHandler
-
def
childChannelClosed(ctx: ChannelHandlerContext, e: ChildChannelStateEvent): Unit
- Definition Classes
- BrokerChannelHandler → SimpleChannelHandler
-
def
childChannelOpen(ctx: ChannelHandlerContext, e: ChildChannelStateEvent): Unit
- Definition Classes
- BrokerChannelHandler → SimpleChannelHandler
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
closeRequested(ctx: ChannelHandlerContext, e: ChannelStateEvent): Unit
- Definition Classes
- BrokerChannelHandler → SimpleChannelHandler
-
def
connectRequested(ctx: ChannelHandlerContext, e: ChannelStateEvent): Unit
- Definition Classes
- BrokerChannelHandler → SimpleChannelHandler
-
def
disconnectRequested(ctx: ChannelHandlerContext, e: ChannelStateEvent): Unit
- Definition Classes
- BrokerChannelHandler → SimpleChannelHandler
- val downstreamBroker: Broker[DownstreamEvent]
- val downstreamEvent: Offer[DownstreamEvent]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
exceptionCaught(ctx: ChannelHandlerContext, e: ExceptionEvent): Unit
- Definition Classes
- BrokerChannelHandler → SimpleChannelHandler
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
handleDownstream(arg0: ChannelHandlerContext, arg1: ChannelEvent): Unit
- Definition Classes
- SimpleChannelHandler → ChannelDownstreamHandler
- Annotations
- @throws( classOf[java.lang.Exception] )
-
def
handleUpstream(arg0: ChannelHandlerContext, arg1: ChannelEvent): Unit
- Definition Classes
- SimpleChannelHandler → ChannelUpstreamHandler
- Annotations
- @throws( classOf[java.lang.Exception] )
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
messageReceived(ctx: ChannelHandlerContext, e: MessageEvent): Unit
- Definition Classes
- BrokerChannelHandler → SimpleChannelHandler
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
proxy(): Unit
Proxy both upstream & downstream events.
Proxy both upstream & downstream events.
- Attributes
- protected
-
def
proxyDownstream(): Unit
Proxy further downstream events.
Proxy further downstream events.
- Attributes
- protected
-
def
proxyUpstream(): Unit
Proxy further upstream events.
Proxy further upstream events.
- Attributes
- protected
-
def
setInterestOpsRequested(ctx: ChannelHandlerContext, e: ChannelStateEvent): Unit
- Definition Classes
- BrokerChannelHandler → SimpleChannelHandler
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
unbindRequested(ctx: ChannelHandlerContext, e: ChannelStateEvent): Unit
- Definition Classes
- BrokerChannelHandler → SimpleChannelHandler
- val upstreamBroker: Broker[UpstreamEvent]
- val upstreamEvent: Offer[UpstreamEvent]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
writeComplete(ctx: ChannelHandlerContext, e: WriteCompletionEvent): Unit
- Definition Classes
- BrokerChannelHandler → SimpleChannelHandler
-
def
writeRequested(ctx: ChannelHandlerContext, e: MessageEvent): Unit
- Definition Classes
- BrokerChannelHandler → SimpleChannelHandler
- object MessageValue
- object WriteValue