public class BaseHandler extends Object implements Handler
| Constructor and Description |
|---|
BaseHandler() |
public static Handler getHandler(Extendable ext)
public static void setHandler(Extendable ext, Handler handler)
public void onConnectionInit(Event e)
onConnectionInit in interface Handlerpublic void onConnectionLocalOpen(Event e)
onConnectionLocalOpen in interface Handlerpublic void onConnectionRemoteOpen(Event e)
onConnectionRemoteOpen in interface Handlerpublic void onConnectionLocalClose(Event e)
onConnectionLocalClose in interface Handlerpublic void onConnectionRemoteClose(Event e)
onConnectionRemoteClose in interface Handlerpublic void onConnectionBound(Event e)
onConnectionBound in interface Handlerpublic void onConnectionUnbound(Event e)
onConnectionUnbound in interface Handlerpublic void onConnectionFinal(Event e)
onConnectionFinal in interface Handlerpublic void onSessionInit(Event e)
onSessionInit in interface Handlerpublic void onSessionLocalOpen(Event e)
onSessionLocalOpen in interface Handlerpublic void onSessionRemoteOpen(Event e)
onSessionRemoteOpen in interface Handlerpublic void onSessionLocalClose(Event e)
onSessionLocalClose in interface Handlerpublic void onSessionRemoteClose(Event e)
onSessionRemoteClose in interface Handlerpublic void onSessionFinal(Event e)
onSessionFinal in interface Handlerpublic void onLinkInit(Event e)
onLinkInit in interface Handlerpublic void onLinkLocalOpen(Event e)
onLinkLocalOpen in interface Handlerpublic void onLinkRemoteOpen(Event e)
onLinkRemoteOpen in interface Handlerpublic void onLinkLocalDetach(Event e)
onLinkLocalDetach in interface Handlerpublic void onLinkRemoteDetach(Event e)
onLinkRemoteDetach in interface Handlerpublic void onLinkLocalClose(Event e)
onLinkLocalClose in interface Handlerpublic void onLinkRemoteClose(Event e)
onLinkRemoteClose in interface Handlerpublic void onLinkFlow(Event e)
onLinkFlow in interface Handlerpublic void onLinkFinal(Event e)
onLinkFinal in interface Handlerpublic void onDelivery(Event e)
onDelivery in interface Handlerpublic void onTransport(Event e)
onTransport in interface Handlerpublic void onTransportError(Event e)
onTransportError in interface Handlerpublic void onTransportHeadClosed(Event e)
onTransportHeadClosed in interface Handlerpublic void onTransportTailClosed(Event e)
onTransportTailClosed in interface Handlerpublic void onTransportClosed(Event e)
onTransportClosed in interface Handlerpublic void onReactorInit(Event e)
onReactorInit in interface Handlerpublic void onReactorQuiesced(Event e)
onReactorQuiesced in interface Handlerpublic void onReactorFinal(Event e)
onReactorFinal in interface Handlerpublic void onTimerTask(Event e)
onTimerTask in interface Handlerpublic void onSelectableInit(Event e)
onSelectableInit in interface Handlerpublic void onSelectableUpdated(Event e)
onSelectableUpdated in interface Handlerpublic void onSelectableReadable(Event e)
onSelectableReadable in interface Handlerpublic void onSelectableWritable(Event e)
onSelectableWritable in interface Handlerpublic void onSelectableExpired(Event e)
onSelectableExpired in interface Handlerpublic void onSelectableError(Event e)
onSelectableError in interface Handlerpublic void onSelectableFinal(Event e)
onSelectableFinal in interface Handlerpublic void onUnhandled(Event event)
onUnhandled in interface HandlerCopyright © 2015 The Apache Software Foundation. All Rights Reserved.