Class SessionHandler
- java.lang.Object
-
- org.apache.qpid.proton.engine.BaseHandler
-
- com.microsoft.azure.servicebus.amqp.SessionHandler
-
- All Implemented Interfaces:
org.apache.qpid.proton.engine.CoreHandler
,org.apache.qpid.proton.engine.Handler
public class SessionHandler extends org.apache.qpid.proton.engine.BaseHandler
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.slf4j.Logger
TRACE_LOGGER
-
Constructor Summary
Constructors Constructor Description SessionHandler(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onSessionFinal(org.apache.qpid.proton.engine.Event e)
void
onSessionLocalClose(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)
-
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, onLinkLocalClose, onLinkLocalDetach, onLinkLocalOpen, onLinkRemoteClose, onLinkRemoteDetach, onLinkRemoteOpen, onReactorFinal, onReactorInit, onReactorQuiesced, onSelectableError, onSelectableExpired, onSelectableFinal, onSelectableInit, onSelectableReadable, onSelectableUpdated, onSelectableWritable, onSessionInit, onSessionLocalOpen, onTimerTask, onTransport, onTransportClosed, onTransportError, onTransportHeadClosed, onTransportTailClosed, onUnhandled, setHandler, setHandler
-
-
-
-
Constructor Detail
-
SessionHandler
public SessionHandler(String name)
-
-
Method Detail
-
onSessionRemoteOpen
public void onSessionRemoteOpen(org.apache.qpid.proton.engine.Event e)
- Specified by:
onSessionRemoteOpen
in interfaceorg.apache.qpid.proton.engine.CoreHandler
- Overrides:
onSessionRemoteOpen
in classorg.apache.qpid.proton.engine.BaseHandler
-
onSessionLocalClose
public void onSessionLocalClose(org.apache.qpid.proton.engine.Event e)
- Specified by:
onSessionLocalClose
in interfaceorg.apache.qpid.proton.engine.CoreHandler
- Overrides:
onSessionLocalClose
in classorg.apache.qpid.proton.engine.BaseHandler
-
onSessionRemoteClose
public void onSessionRemoteClose(org.apache.qpid.proton.engine.Event e)
- Specified by:
onSessionRemoteClose
in interfaceorg.apache.qpid.proton.engine.CoreHandler
- Overrides:
onSessionRemoteClose
in classorg.apache.qpid.proton.engine.BaseHandler
-
onSessionFinal
public void onSessionFinal(org.apache.qpid.proton.engine.Event e)
- Specified by:
onSessionFinal
in interfaceorg.apache.qpid.proton.engine.CoreHandler
- Overrides:
onSessionFinal
in classorg.apache.qpid.proton.engine.BaseHandler
-
-