Class BaseLinkHandler
- java.lang.Object
-
- org.apache.qpid.proton.engine.BaseHandler
-
- com.microsoft.azure.servicebus.amqp.BaseLinkHandler
-
- All Implemented Interfaces:
org.apache.qpid.proton.engine.CoreHandler,org.apache.qpid.proton.engine.Handler
- Direct Known Subclasses:
ReceiveLinkHandler,SendLinkHandler
public class BaseLinkHandler extends org.apache.qpid.proton.engine.BaseHandler
-
-
Constructor Summary
Constructors Constructor Description BaseLinkHandler(IAmqpLink amqpLink)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonLinkLocalClose(org.apache.qpid.proton.engine.Event event)voidonLinkRemoteClose(org.apache.qpid.proton.engine.Event event)voidonLinkRemoteDetach(org.apache.qpid.proton.engine.Event event)voidprocessOnClose(org.apache.qpid.proton.engine.Link link, Exception exception)voidprocessOnClose(org.apache.qpid.proton.engine.Link link, org.apache.qpid.proton.amqp.transport.ErrorCondition condition)-
Methods inherited from class org.apache.qpid.proton.engine.BaseHandler
add, children, getHandler, getHandler, handle, onConnectionBound, onConnectionFinal, onConnectionInit, onConnectionLocalClose, onConnectionLocalOpen, onConnectionRemoteClose, onConnectionRemoteOpen, onConnectionUnbound, onDelivery, onLinkFinal, onLinkFlow, onLinkInit, onLinkLocalDetach, onLinkLocalOpen, onLinkRemoteOpen, onReactorFinal, onReactorInit, onReactorQuiesced, onSelectableError, onSelectableExpired, onSelectableFinal, onSelectableInit, onSelectableReadable, onSelectableUpdated, onSelectableWritable, onSessionFinal, onSessionInit, onSessionLocalClose, onSessionLocalOpen, onSessionRemoteClose, onSessionRemoteOpen, onTimerTask, onTransport, onTransportClosed, onTransportError, onTransportHeadClosed, onTransportTailClosed, onUnhandled, setHandler, setHandler
-
-
-
-
Constructor Detail
-
BaseLinkHandler
public BaseLinkHandler(IAmqpLink amqpLink)
-
-
Method Detail
-
onLinkLocalClose
public void onLinkLocalClose(org.apache.qpid.proton.engine.Event event)
- Specified by:
onLinkLocalClosein interfaceorg.apache.qpid.proton.engine.CoreHandler- Overrides:
onLinkLocalClosein classorg.apache.qpid.proton.engine.BaseHandler
-
onLinkRemoteClose
public void onLinkRemoteClose(org.apache.qpid.proton.engine.Event event)
- Specified by:
onLinkRemoteClosein interfaceorg.apache.qpid.proton.engine.CoreHandler- Overrides:
onLinkRemoteClosein classorg.apache.qpid.proton.engine.BaseHandler
-
onLinkRemoteDetach
public void onLinkRemoteDetach(org.apache.qpid.proton.engine.Event event)
- Specified by:
onLinkRemoteDetachin interfaceorg.apache.qpid.proton.engine.CoreHandler- Overrides:
onLinkRemoteDetachin classorg.apache.qpid.proton.engine.BaseHandler
-
processOnClose
public void processOnClose(org.apache.qpid.proton.engine.Link link, org.apache.qpid.proton.amqp.transport.ErrorCondition condition)
-
processOnClose
public void processOnClose(org.apache.qpid.proton.engine.Link link, Exception exception)
-
-