public class SessionHandler
extends org.apache.qpid.proton.engine.BaseHandler
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
TRACE_LOGGER |
| Constructor and Description |
|---|
SessionHandler(String entityName,
Consumer<org.apache.qpid.proton.engine.Session> onRemoteSessionOpen,
BiConsumer<org.apache.qpid.proton.amqp.transport.ErrorCondition,Exception> onRemoteSessionOpenError,
Duration openTimeout) |
| Modifier and Type | Method and Description |
|---|---|
void |
onSessionFinal(org.apache.qpid.proton.engine.Event e) |
void |
onSessionLocalClose(org.apache.qpid.proton.engine.Event e) |
void |
onSessionLocalOpen(org.apache.qpid.proton.engine.Event e) |
void |
onSessionRemoteClose(org.apache.qpid.proton.engine.Event e) |
void |
onSessionRemoteOpen(org.apache.qpid.proton.engine.Event e) |
add, children, getHandler, getHandler, handle, onConnectionBound, onConnectionFinal, onConnectionInit, onConnectionLocalClose, onConnectionLocalOpen, onConnectionRemoteClose, onConnectionRemoteOpen, onConnectionUnbound, onDelivery, onLinkFinal, onLinkFlow, onLinkInit, onLinkLocalClose, onLinkLocalDetach, onLinkLocalOpen, onLinkRemoteClose, onLinkRemoteDetach, onLinkRemoteOpen, onReactorFinal, onReactorInit, onReactorQuiesced, onSelectableError, onSelectableExpired, onSelectableFinal, onSelectableInit, onSelectableReadable, onSelectableUpdated, onSelectableWritable, onSessionInit, onTimerTask, onTransport, onTransportClosed, onTransportError, onTransportHeadClosed, onTransportTailClosed, onUnhandled, setHandler, setHandlerpublic SessionHandler(String entityName, Consumer<org.apache.qpid.proton.engine.Session> onRemoteSessionOpen, BiConsumer<org.apache.qpid.proton.amqp.transport.ErrorCondition,Exception> onRemoteSessionOpenError, Duration openTimeout)
public void onSessionLocalOpen(org.apache.qpid.proton.engine.Event e)
onSessionLocalOpen in interface org.apache.qpid.proton.engine.CoreHandleronSessionLocalOpen in class org.apache.qpid.proton.engine.BaseHandlerpublic void onSessionRemoteOpen(org.apache.qpid.proton.engine.Event e)
onSessionRemoteOpen in interface org.apache.qpid.proton.engine.CoreHandleronSessionRemoteOpen in class org.apache.qpid.proton.engine.BaseHandlerpublic void onSessionLocalClose(org.apache.qpid.proton.engine.Event e)
onSessionLocalClose in interface org.apache.qpid.proton.engine.CoreHandleronSessionLocalClose in class org.apache.qpid.proton.engine.BaseHandlerpublic void onSessionRemoteClose(org.apache.qpid.proton.engine.Event e)
onSessionRemoteClose in interface org.apache.qpid.proton.engine.CoreHandleronSessionRemoteClose in class org.apache.qpid.proton.engine.BaseHandlerpublic void onSessionFinal(org.apache.qpid.proton.engine.Event e)
onSessionFinal in interface org.apache.qpid.proton.engine.CoreHandleronSessionFinal in class org.apache.qpid.proton.engine.BaseHandlerCopyright © 2019. All rights reserved.