public interface Handler
void onConnectionInit(Event e)
void onConnectionLocalOpen(Event e)
void onConnectionRemoteOpen(Event e)
void onConnectionLocalClose(Event e)
void onConnectionRemoteClose(Event e)
void onConnectionBound(Event e)
void onConnectionUnbound(Event e)
void onConnectionFinal(Event e)
void onSessionInit(Event e)
void onSessionLocalOpen(Event e)
void onSessionRemoteOpen(Event e)
void onSessionLocalClose(Event e)
void onSessionRemoteClose(Event e)
void onSessionFinal(Event e)
void onLinkInit(Event e)
void onLinkLocalOpen(Event e)
void onLinkRemoteOpen(Event e)
void onLinkLocalDetach(Event e)
void onLinkRemoteDetach(Event e)
void onLinkLocalClose(Event e)
void onLinkRemoteClose(Event e)
void onLinkFlow(Event e)
void onLinkFinal(Event e)
void onDelivery(Event e)
void onTransport(Event e)
void onTransportError(Event e)
void onTransportHeadClosed(Event e)
void onTransportTailClosed(Event e)
void onTransportClosed(Event e)
void onUnhandled(Event e)
Copyright © 2015 The Apache Software Foundation. All rights reserved.