BaseHandler

BaseHandler

class BaseHandler : CoreHandler {}

Constructors

this
this()
Undocumented in source.

Members

Functions

add
void add(Handler child)
Undocumented in source. Be warned that the author may not have intended to support it.
children
LinkedHashSet!Handler children()
Undocumented in source. Be warned that the author may not have intended to support it.
handle
void handle(Event e)
Undocumented in source. Be warned that the author may not have intended to support it.
onConnectionBound
void onConnectionBound(Event e)
Undocumented in source. Be warned that the author may not have intended to support it.
onConnectionFinal
void onConnectionFinal(Event e)
Undocumented in source. Be warned that the author may not have intended to support it.
onConnectionInit
void onConnectionInit(Event e)
Undocumented in source. Be warned that the author may not have intended to support it.
onConnectionLocalClose
void onConnectionLocalClose(Event e)
Undocumented in source. Be warned that the author may not have intended to support it.
onConnectionLocalOpen
void onConnectionLocalOpen(Event e)
Undocumented in source. Be warned that the author may not have intended to support it.
onConnectionRemoteClose
void onConnectionRemoteClose(Event e)
Undocumented in source. Be warned that the author may not have intended to support it.
onConnectionRemoteOpen
void onConnectionRemoteOpen(Event e)
Undocumented in source. Be warned that the author may not have intended to support it.
onConnectionUnbound
void onConnectionUnbound(Event e)
Undocumented in source. Be warned that the author may not have intended to support it.
onDelivery
void onDelivery(Event e)
Undocumented in source. Be warned that the author may not have intended to support it.
onLinkFinal
void onLinkFinal(Event e)
Undocumented in source. Be warned that the author may not have intended to support it.
onLinkFlow
void onLinkFlow(Event e)
Undocumented in source. Be warned that the author may not have intended to support it.
onLinkInit
void onLinkInit(Event e)
Undocumented in source. Be warned that the author may not have intended to support it.
onLinkLocalClose
void onLinkLocalClose(Event e)
Undocumented in source. Be warned that the author may not have intended to support it.
onLinkLocalDetach
void onLinkLocalDetach(Event e)
Undocumented in source. Be warned that the author may not have intended to support it.
onLinkLocalOpen
void onLinkLocalOpen(Event e)
Undocumented in source. Be warned that the author may not have intended to support it.
onLinkRemoteClose
void onLinkRemoteClose(Event e)
Undocumented in source. Be warned that the author may not have intended to support it.
onLinkRemoteDetach
void onLinkRemoteDetach(Event e)
Undocumented in source. Be warned that the author may not have intended to support it.
onLinkRemoteOpen
void onLinkRemoteOpen(Event e)
Undocumented in source. Be warned that the author may not have intended to support it.
onReactorFinal
void onReactorFinal(Event e)
Undocumented in source. Be warned that the author may not have intended to support it.
onReactorInit
void onReactorInit(Event e)
Undocumented in source. Be warned that the author may not have intended to support it.
onReactorQuiesced
void onReactorQuiesced(Event e)
Undocumented in source. Be warned that the author may not have intended to support it.
onSelectableError
void onSelectableError(Event e)
Undocumented in source. Be warned that the author may not have intended to support it.
onSelectableExpired
void onSelectableExpired(Event e)
Undocumented in source. Be warned that the author may not have intended to support it.
onSelectableFinal
void onSelectableFinal(Event e)
Undocumented in source. Be warned that the author may not have intended to support it.
onSelectableInit
void onSelectableInit(Event e)
Undocumented in source. Be warned that the author may not have intended to support it.
onSelectableReadable
void onSelectableReadable(Event e)
Undocumented in source. Be warned that the author may not have intended to support it.
onSelectableUpdated
void onSelectableUpdated(Event e)
Undocumented in source. Be warned that the author may not have intended to support it.
onSelectableWritable
void onSelectableWritable(Event e)
Undocumented in source. Be warned that the author may not have intended to support it.
onSessionFinal
void onSessionFinal(Event e)
Undocumented in source. Be warned that the author may not have intended to support it.
onSessionInit
void onSessionInit(Event e)
Undocumented in source. Be warned that the author may not have intended to support it.
onSessionLocalClose
void onSessionLocalClose(Event e)
Undocumented in source. Be warned that the author may not have intended to support it.
onSessionLocalOpen
void onSessionLocalOpen(Event e)
Undocumented in source. Be warned that the author may not have intended to support it.
onSessionRemoteClose
void onSessionRemoteClose(Event e)
Undocumented in source. Be warned that the author may not have intended to support it.
onSessionRemoteOpen
void onSessionRemoteOpen(Event e)
Undocumented in source. Be warned that the author may not have intended to support it.
onTimerTask
void onTimerTask(Event e)
Undocumented in source. Be warned that the author may not have intended to support it.
onTransport
void onTransport(Event e)
Undocumented in source. Be warned that the author may not have intended to support it.
onTransportClosed
void onTransportClosed(Event e)
Undocumented in source. Be warned that the author may not have intended to support it.
onTransportError
void onTransportError(Event e)
Undocumented in source. Be warned that the author may not have intended to support it.
onTransportHeadClosed
void onTransportHeadClosed(Event e)
Undocumented in source. Be warned that the author may not have intended to support it.
onTransportTailClosed
void onTransportTailClosed(Event e)
Undocumented in source. Be warned that the author may not have intended to support it.
onUnhandled
void onUnhandled(Event event)
Undocumented in source. Be warned that the author may not have intended to support it.
opCmp
int opCmp(Object o)
Undocumented in source. Be warned that the author may not have intended to support it.
opCmp
int opCmp(Handler o)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

getHandler
Handler getHandler(Record r, string key)
Undocumented in source. Be warned that the author may not have intended to support it.
getHandler
Handler getHandler(Extendable ext, string key)
Undocumented in source. Be warned that the author may not have intended to support it.
setHandler
void setHandler(Record r, Handler handler, string key)
Undocumented in source. Be warned that the author may not have intended to support it.
setHandler
void setHandler(Extendable ext, Handler handler, string key)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From CoreHandler

onConnectionInit
void onConnectionInit(Event e)
Undocumented in source.
onConnectionLocalOpen
void onConnectionLocalOpen(Event e)
Undocumented in source.
onConnectionRemoteOpen
void onConnectionRemoteOpen(Event e)
Undocumented in source.
onConnectionLocalClose
void onConnectionLocalClose(Event e)
Undocumented in source.
onConnectionRemoteClose
void onConnectionRemoteClose(Event e)
Undocumented in source.
onConnectionBound
void onConnectionBound(Event e)
Undocumented in source.
onConnectionUnbound
void onConnectionUnbound(Event e)
Undocumented in source.
onConnectionFinal
void onConnectionFinal(Event e)
Undocumented in source.
onSessionInit
void onSessionInit(Event e)
Undocumented in source.
onSessionLocalOpen
void onSessionLocalOpen(Event e)
Undocumented in source.
onSessionRemoteOpen
void onSessionRemoteOpen(Event e)
Undocumented in source.
onSessionLocalClose
void onSessionLocalClose(Event e)
Undocumented in source.
onSessionRemoteClose
void onSessionRemoteClose(Event e)
Undocumented in source.
onSessionFinal
void onSessionFinal(Event e)
Undocumented in source.
onLinkInit
void onLinkInit(Event e)
Undocumented in source.
onLinkLocalOpen
void onLinkLocalOpen(Event e)
Undocumented in source.
onLinkRemoteOpen
void onLinkRemoteOpen(Event e)
Undocumented in source.
onLinkLocalDetach
void onLinkLocalDetach(Event e)
Undocumented in source.
onLinkRemoteDetach
void onLinkRemoteDetach(Event e)
Undocumented in source.
onLinkLocalClose
void onLinkLocalClose(Event e)
Undocumented in source.
onLinkRemoteClose
void onLinkRemoteClose(Event e)
Undocumented in source.
onLinkFlow
void onLinkFlow(Event e)
Undocumented in source.
onLinkFinal
void onLinkFinal(Event e)
Undocumented in source.
onDelivery
void onDelivery(Event e)
Undocumented in source.
onTransport
void onTransport(Event e)
Undocumented in source.
onTransportError
void onTransportError(Event e)
Undocumented in source.
onTransportHeadClosed
void onTransportHeadClosed(Event e)
Undocumented in source.
onTransportTailClosed
void onTransportTailClosed(Event e)
Undocumented in source.
onTransportClosed
void onTransportClosed(Event e)
Undocumented in source.
onReactorInit
void onReactorInit(Event e)
Undocumented in source.
onReactorQuiesced
void onReactorQuiesced(Event e)
Undocumented in source.
onReactorFinal
void onReactorFinal(Event e)
Undocumented in source.
onTimerTask
void onTimerTask(Event e)
Undocumented in source.
onSelectableInit
void onSelectableInit(Event e)
Undocumented in source.
onSelectableUpdated
void onSelectableUpdated(Event e)
Undocumented in source.
onSelectableReadable
void onSelectableReadable(Event e)
Undocumented in source.
onSelectableWritable
void onSelectableWritable(Event e)
Undocumented in source.
onSelectableExpired
void onSelectableExpired(Event e)
Undocumented in source.
onSelectableError
void onSelectableError(Event e)
Undocumented in source.
onSelectableFinal
void onSelectableFinal(Event e)
Undocumented in source.

Meta