Class SendLinkHandler
- java.lang.Object
-
- org.apache.qpid.proton.engine.BaseHandler
-
- com.microsoft.azure.servicebus.amqp.BaseLinkHandler
-
- com.microsoft.azure.servicebus.amqp.SendLinkHandler
-
- All Implemented Interfaces:
org.apache.qpid.proton.engine.CoreHandler,org.apache.qpid.proton.engine.Handler
public class SendLinkHandler extends BaseLinkHandler
-
-
Constructor Summary
Constructors Constructor Description SendLinkHandler(IAmqpSender sender)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonDelivery(org.apache.qpid.proton.engine.Event event)voidonLinkFlow(org.apache.qpid.proton.engine.Event event)voidonLinkRemoteOpen(org.apache.qpid.proton.engine.Event event)-
Methods inherited from class com.microsoft.azure.servicebus.amqp.BaseLinkHandler
onLinkLocalClose, onLinkRemoteClose, onLinkRemoteDetach, processOnClose, processOnClose
-
Methods inherited from class org.apache.qpid.proton.engine.BaseHandler
add, children, getHandler, getHandler, handle, onConnectionBound, onConnectionFinal, onConnectionInit, onConnectionLocalClose, onConnectionLocalOpen, onConnectionRemoteClose, onConnectionRemoteOpen, onConnectionUnbound, onLinkFinal, onLinkInit, onLinkLocalDetach, onLinkLocalOpen, 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
-
SendLinkHandler
public SendLinkHandler(IAmqpSender sender)
-
-
Method Detail
-
onLinkRemoteOpen
public void onLinkRemoteOpen(org.apache.qpid.proton.engine.Event event)
- Specified by:
onLinkRemoteOpenin interfaceorg.apache.qpid.proton.engine.CoreHandler- Overrides:
onLinkRemoteOpenin classorg.apache.qpid.proton.engine.BaseHandler
-
onDelivery
public void onDelivery(org.apache.qpid.proton.engine.Event event)
- Specified by:
onDeliveryin interfaceorg.apache.qpid.proton.engine.CoreHandler- Overrides:
onDeliveryin classorg.apache.qpid.proton.engine.BaseHandler
-
onLinkFlow
public void onLinkFlow(org.apache.qpid.proton.engine.Event event)
- Specified by:
onLinkFlowin interfaceorg.apache.qpid.proton.engine.CoreHandler- Overrides:
onLinkFlowin classorg.apache.qpid.proton.engine.BaseHandler
-
-