public abstract class SenderLinkHandler
extends org.apache.qpid.proton.engine.BaseHandler
Modifier and Type | Field and Description |
---|---|
protected LinkStateCallback |
linkStateCallback |
Modifier and Type | Method and Description |
---|---|
protected abstract String |
getLinkInstanceType() |
void |
onLinkInit(org.apache.qpid.proton.engine.Event event) |
void |
onLinkLocalClose(org.apache.qpid.proton.engine.Event event) |
void |
onLinkLocalOpen(org.apache.qpid.proton.engine.Event event) |
void |
onLinkRemoteClose(org.apache.qpid.proton.engine.Event event) |
void |
onLinkRemoteOpen(org.apache.qpid.proton.engine.Event event) |
add, children, getHandler, getHandler, handle, onConnectionBound, onConnectionFinal, onConnectionInit, onConnectionLocalClose, onConnectionLocalOpen, onConnectionRemoteClose, onConnectionRemoteOpen, onConnectionUnbound, onDelivery, onLinkFinal, onLinkFlow, onLinkLocalDetach, onLinkRemoteDetach, 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
protected final LinkStateCallback linkStateCallback
protected abstract String getLinkInstanceType()
public void onLinkRemoteOpen(org.apache.qpid.proton.engine.Event event)
onLinkRemoteOpen
in interface org.apache.qpid.proton.engine.CoreHandler
onLinkRemoteOpen
in class org.apache.qpid.proton.engine.BaseHandler
public void onLinkLocalOpen(org.apache.qpid.proton.engine.Event event)
onLinkLocalOpen
in interface org.apache.qpid.proton.engine.CoreHandler
onLinkLocalOpen
in class org.apache.qpid.proton.engine.BaseHandler
public void onLinkInit(org.apache.qpid.proton.engine.Event event)
onLinkInit
in interface org.apache.qpid.proton.engine.CoreHandler
onLinkInit
in class org.apache.qpid.proton.engine.BaseHandler
public void onLinkRemoteClose(org.apache.qpid.proton.engine.Event event)
onLinkRemoteClose
in interface org.apache.qpid.proton.engine.CoreHandler
onLinkRemoteClose
in class org.apache.qpid.proton.engine.BaseHandler
public void onLinkLocalClose(org.apache.qpid.proton.engine.Event event)
onLinkLocalClose
in interface org.apache.qpid.proton.engine.CoreHandler
onLinkLocalClose
in class org.apache.qpid.proton.engine.BaseHandler
Copyright © 2021. All rights reserved.