Uses of Class
com.swiftmq.impl.amqp.amqp.v01_00_00.SessionHandler
Packages that use SessionHandler
Package
Description
-
Uses of SessionHandler in com.swiftmq.impl.amqp.amqp.v01_00_00
Methods in com.swiftmq.impl.amqp.amqp.v01_00_00 that return SessionHandlerModifier and TypeMethodDescriptionServerLink.getMySessionHandler()
protected SessionHandler
AMQPHandler.getSessionHandlerForRemoteChannel
(int remoteChannel) Methods in com.swiftmq.impl.amqp.amqp.v01_00_00 with parameters of type SessionHandlerModifier and TypeMethodDescriptionprotected void
AMQPHandler.mapSessionHandlerToRemoteChannel
(SessionHandler sessionHandler, int remoteChannel) Constructors in com.swiftmq.impl.amqp.amqp.v01_00_00 with parameters of type SessionHandlerModifierConstructorDescriptionFlowcontrolTimer
(SessionHandler sessionHandler, TargetLink targetLink) ServerLink
(SwiftletContext ctx, SessionHandler mySessionHandler, String name) SourceLink
(SwiftletContext ctx, SessionHandler mySessionHandler, String name, int sndSettleMode) TargetLink
(SwiftletContext ctx, SessionHandler mySessionHandler, String name, int rcvSettleMode) -
Uses of SessionHandler in com.swiftmq.impl.amqp.amqp.v01_00_00.transaction
Constructors in com.swiftmq.impl.amqp.amqp.v01_00_00.transaction with parameters of type SessionHandlerModifierConstructorDescriptionTransactionRegistry
(SwiftletContext ctx, SessionHandler sessionHandler)