public class BaseLinkHandler
extends org.apache.qpid.proton.engine.BaseHandler
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
TRACE_LOGGER |
| Constructor and Description |
|---|
BaseLinkHandler(AmqpLink amqpLink) |
| Modifier and Type | Method and Description |
|---|---|
void |
onLinkLocalClose(org.apache.qpid.proton.engine.Event event) |
void |
onLinkRemoteClose(org.apache.qpid.proton.engine.Event event) |
void |
onLinkRemoteDetach(org.apache.qpid.proton.engine.Event event) |
void |
processOnClose(org.apache.qpid.proton.engine.Link link,
org.apache.qpid.proton.amqp.transport.ErrorCondition condition) |
void |
processOnClose(org.apache.qpid.proton.engine.Link link,
Exception exception) |
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, setHandlerpublic BaseLinkHandler(AmqpLink amqpLink)
public void onLinkLocalClose(org.apache.qpid.proton.engine.Event event)
onLinkLocalClose in interface org.apache.qpid.proton.engine.CoreHandleronLinkLocalClose in class org.apache.qpid.proton.engine.BaseHandlerpublic void onLinkRemoteClose(org.apache.qpid.proton.engine.Event event)
onLinkRemoteClose in interface org.apache.qpid.proton.engine.CoreHandleronLinkRemoteClose in class org.apache.qpid.proton.engine.BaseHandlerpublic void onLinkRemoteDetach(org.apache.qpid.proton.engine.Event event)
onLinkRemoteDetach in interface org.apache.qpid.proton.engine.CoreHandleronLinkRemoteDetach in class org.apache.qpid.proton.engine.BaseHandlerpublic void processOnClose(org.apache.qpid.proton.engine.Link link,
org.apache.qpid.proton.amqp.transport.ErrorCondition condition)
public void processOnClose(org.apache.qpid.proton.engine.Link link,
Exception exception)
Copyright © 2019. All rights reserved.