Uses of Class
com.rabbitmq.client.impl.ChannelN
Packages that use ChannelN
Package
Description
Implementations of interfaces specified in the client API, and their supporting classes.
Implementation of connection and topology recovery.
-
Uses of ChannelN in com.rabbitmq.client.impl
Methods in com.rabbitmq.client.impl that return ChannelNModifier and TypeMethodDescriptionChannelManager.createChannel
(AMQConnection connection) ChannelManager.createChannel
(AMQConnection connection, int channelNumber) ChannelManager.getChannel
(int channelNumber) Looks up a channel on this connection.protected ChannelN
ChannelManager.instantiateChannel
(AMQConnection connection, int channelNumber, ConsumerWorkService workService) Methods in com.rabbitmq.client.impl with parameters of type ChannelNModifier and TypeMethodDescriptionfinal void
AMQConnection.disconnectChannel
(ChannelN channel) Protected API - respond, in the driver thread, to a ShutdownSignal.void
ChannelManager.releaseChannelNumber
(ChannelN channel) Remove the channel from the channel map and free the number for re-use. -
Uses of ChannelN in com.rabbitmq.client.impl.recovery
Subclasses of ChannelN in com.rabbitmq.client.impl.recoveryModifier and TypeClassDescriptionclass
ChannelN
modification that keeps track of delivery tags and avoids sendingMethods in com.rabbitmq.client.impl.recovery that return ChannelNModifier and TypeMethodDescriptionprotected ChannelN
RecoveryAwareChannelManager.instantiateChannel
(AMQConnection connection, int channelNumber, ConsumerWorkService workService)