Package org.apache.qpid.proton.engine
Interface CoreHandler
- All Superinterfaces:
Handler
- All Known Implementing Classes:
BaseHandler,FlowController,Handshaker,IOHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidonDelivery(Event e) voidonLinkFinal(Event e) voidonLinkFlow(Event e) voidonLinkInit(Event e) voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidonTimerTask(Event e) voidonTransport(Event e) voidvoidvoidvoidMethods inherited from interface org.apache.qpid.proton.engine.Handler
add, children, handle, onUnhandled
-
Method Details
-
onConnectionInit
-
onConnectionLocalOpen
-
onConnectionRemoteOpen
-
onConnectionLocalClose
-
onConnectionRemoteClose
-
onConnectionBound
-
onConnectionUnbound
-
onConnectionFinal
-
onSessionInit
-
onSessionLocalOpen
-
onSessionRemoteOpen
-
onSessionLocalClose
-
onSessionRemoteClose
-
onSessionFinal
-
onLinkInit
-
onLinkLocalOpen
-
onLinkRemoteOpen
-
onLinkLocalDetach
-
onLinkRemoteDetach
-
onLinkLocalClose
-
onLinkRemoteClose
-
onLinkFlow
-
onLinkFinal
-
onDelivery
-
onTransport
-
onTransportError
-
onTransportHeadClosed
-
onTransportTailClosed
-
onTransportClosed
-
onReactorInit
-
onReactorQuiesced
-
onReactorFinal
-
onTimerTask
-
onSelectableInit
-
onSelectableUpdated
-
onSelectableReadable
-
onSelectableWritable
-
onSelectableExpired
-
onSelectableError
-
onSelectableFinal
-