Uses of Class
com.swiftmq.impl.amqp.SwiftletContext
Packages that use SwiftletContext
Package
Description
-
Uses of SwiftletContext in com.swiftmq.impl.amqp
Constructors in com.swiftmq.impl.amqp with parameters of type SwiftletContextModifierConstructorDescriptionVersionedConnection(SwiftletContext ctx, com.swiftmq.swiftlet.net.Connection connection, com.swiftmq.mgmt.Entity usage, boolean requiresSasl, com.swiftmq.mgmt.Entity connectionTemplate) -
Uses of SwiftletContext in com.swiftmq.impl.amqp.amqp.v00_09_01
Constructors in com.swiftmq.impl.amqp.amqp.v00_09_01 with parameters of type SwiftletContextModifierConstructorDescriptionAMQPHandler(SwiftletContext ctx, VersionedConnection versionedConnection) ChannelHandler(SwiftletContext ctx, AMQPHandler amqpHandler, int channelNo) Consumer(SwiftletContext ctx, ChannelHandler channelHandler, String consumerTag, String originalQueueName, String queueName, boolean noAck, boolean noLocal) SourceMessageProcessor(SwiftletContext ctx, Consumer consumer) -
Uses of SwiftletContext in com.swiftmq.impl.amqp.amqp.v01_00_00
Constructors in com.swiftmq.impl.amqp.amqp.v01_00_00 with parameters of type SwiftletContextModifierConstructorDescriptionAMQPHandler(SwiftletContext ctx, VersionedConnection versionedConnection) ServerLink(SwiftletContext ctx, SessionHandler mySessionHandler, String name) SessionHandler(SwiftletContext ctx, VersionedConnection versionedConnection, AMQPHandler amqpHandler, com.swiftmq.amqp.v100.generated.transport.performatives.BeginFrame beginFrame) SourceLink(SwiftletContext ctx, SessionHandler mySessionHandler, String name, int sndSettleMode) SourceMessageProcessor(SwiftletContext ctx, SourceLink sourceLink) TargetLink(SwiftletContext ctx, SessionHandler mySessionHandler, String name, int rcvSettleMode) -
Uses of SwiftletContext 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 SwiftletContextModifierConstructorDescriptionTransactionRegistry(SwiftletContext ctx, SessionHandler sessionHandler) -
Uses of SwiftletContext in com.swiftmq.impl.amqp.amqp.v01_00_00.transformer
Constructors in com.swiftmq.impl.amqp.amqp.v01_00_00.transformer with parameters of type SwiftletContext -
Uses of SwiftletContext in com.swiftmq.impl.amqp.sasl.v01_00_00
Constructors in com.swiftmq.impl.amqp.sasl.v01_00_00 with parameters of type SwiftletContextModifierConstructorDescriptionSASLHandler(SwiftletContext ctx, VersionedConnection versionedConnection)