public final class ConnectionHandler
extends org.apache.qpid.proton.engine.BaseHandler
Constructor and Description |
---|
ConnectionHandler(IAmqpConnection messagingFactory) |
Modifier and Type | Method and Description |
---|---|
void |
onConnectionBound(org.apache.qpid.proton.engine.Event event) |
void |
onConnectionInit(org.apache.qpid.proton.engine.Event event) |
void |
onConnectionRemoteClose(org.apache.qpid.proton.engine.Event event) |
void |
onConnectionRemoteOpen(org.apache.qpid.proton.engine.Event event) |
void |
onConnectionUnbound(org.apache.qpid.proton.engine.Event event) |
void |
onTransportError(org.apache.qpid.proton.engine.Event event) |
add, children, getHandler, getHandler, handle, onConnectionFinal, onConnectionLocalClose, onConnectionLocalOpen, onDelivery, onLinkFinal, onLinkFlow, onLinkInit, onLinkLocalClose, onLinkLocalDetach, onLinkLocalOpen, onLinkRemoteClose, onLinkRemoteDetach, onLinkRemoteOpen, onReactorFinal, onReactorInit, onReactorQuiesced, onSelectableError, onSelectableExpired, onSelectableFinal, onSelectableInit, onSelectableReadable, onSelectableUpdated, onSelectableWritable, onSessionFinal, onSessionInit, onSessionLocalClose, onSessionLocalOpen, onSessionRemoteClose, onSessionRemoteOpen, onTimerTask, onTransport, onTransportClosed, onTransportHeadClosed, onTransportTailClosed, onUnhandled, setHandler, setHandler
public ConnectionHandler(IAmqpConnection messagingFactory)
public void onConnectionInit(org.apache.qpid.proton.engine.Event event)
onConnectionInit
in interface org.apache.qpid.proton.engine.CoreHandler
onConnectionInit
in class org.apache.qpid.proton.engine.BaseHandler
public void onConnectionBound(org.apache.qpid.proton.engine.Event event)
onConnectionBound
in interface org.apache.qpid.proton.engine.CoreHandler
onConnectionBound
in class org.apache.qpid.proton.engine.BaseHandler
public void onConnectionUnbound(org.apache.qpid.proton.engine.Event event)
onConnectionUnbound
in interface org.apache.qpid.proton.engine.CoreHandler
onConnectionUnbound
in class org.apache.qpid.proton.engine.BaseHandler
public void onTransportError(org.apache.qpid.proton.engine.Event event)
onTransportError
in interface org.apache.qpid.proton.engine.CoreHandler
onTransportError
in class org.apache.qpid.proton.engine.BaseHandler
public void onConnectionRemoteOpen(org.apache.qpid.proton.engine.Event event)
onConnectionRemoteOpen
in interface org.apache.qpid.proton.engine.CoreHandler
onConnectionRemoteOpen
in class org.apache.qpid.proton.engine.BaseHandler
public void onConnectionRemoteClose(org.apache.qpid.proton.engine.Event event)
onConnectionRemoteClose
in interface org.apache.qpid.proton.engine.CoreHandler
onConnectionRemoteClose
in class org.apache.qpid.proton.engine.BaseHandler
Copyright © 2017. All rights reserved.