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 Handler
public void onConnectionLocalOpen(Event e)
onConnectionLocalOpen
in interface Handler
public void onConnectionRemoteOpen(Event e)
onConnectionRemoteOpen
in interface Handler
public void onConnectionLocalClose(Event e)
onConnectionLocalClose
in interface Handler
public void onConnectionRemoteClose(Event e)
onConnectionRemoteClose
in interface Handler
public void onConnectionBound(Event e)
onConnectionBound
in interface Handler
public void onConnectionUnbound(Event e)
onConnectionUnbound
in interface Handler
public void onConnectionFinal(Event e)
onConnectionFinal
in interface Handler
public void onSessionInit(Event e)
onSessionInit
in interface Handler
public void onSessionLocalOpen(Event e)
onSessionLocalOpen
in interface Handler
public void onSessionRemoteOpen(Event e)
onSessionRemoteOpen
in interface Handler
public void onSessionLocalClose(Event e)
onSessionLocalClose
in interface Handler
public void onSessionRemoteClose(Event e)
onSessionRemoteClose
in interface Handler
public void onSessionFinal(Event e)
onSessionFinal
in interface Handler
public void onLinkInit(Event e)
onLinkInit
in interface Handler
public void onLinkLocalOpen(Event e)
onLinkLocalOpen
in interface Handler
public void onLinkRemoteOpen(Event e)
onLinkRemoteOpen
in interface Handler
public void onLinkLocalDetach(Event e)
onLinkLocalDetach
in interface Handler
public void onLinkRemoteDetach(Event e)
onLinkRemoteDetach
in interface Handler
public void onLinkLocalClose(Event e)
onLinkLocalClose
in interface Handler
public void onLinkRemoteClose(Event e)
onLinkRemoteClose
in interface Handler
public void onLinkFlow(Event e)
onLinkFlow
in interface Handler
public void onLinkFinal(Event e)
onLinkFinal
in interface Handler
public void onDelivery(Event e)
onDelivery
in interface Handler
public void onTransport(Event e)
onTransport
in interface Handler
public void onTransportError(Event e)
onTransportError
in interface Handler
public void onTransportHeadClosed(Event e)
onTransportHeadClosed
in interface Handler
public void onTransportTailClosed(Event e)
onTransportTailClosed
in interface Handler
public void onTransportClosed(Event e)
onTransportClosed
in interface Handler
public void onReactorInit(Event e)
onReactorInit
in interface Handler
public void onReactorQuiesced(Event e)
onReactorQuiesced
in interface Handler
public void onReactorFinal(Event e)
onReactorFinal
in interface Handler
public void onTimerTask(Event e)
onTimerTask
in interface Handler
public void onSelectableInit(Event e)
onSelectableInit
in interface Handler
public void onSelectableUpdated(Event e)
onSelectableUpdated
in interface Handler
public void onSelectableReadable(Event e)
onSelectableReadable
in interface Handler
public void onSelectableWritable(Event e)
onSelectableWritable
in interface Handler
public void onSelectableExpired(Event e)
onSelectableExpired
in interface Handler
public void onSelectableError(Event e)
onSelectableError
in interface Handler
public void onSelectableFinal(Event e)
onSelectableFinal
in interface Handler
public void onUnhandled(Event event)
onUnhandled
in interface Handler
Copyright © 2016 The Apache Software Foundation. All rights reserved.