Uses of Class
com.rabbitmq.client.impl.ChannelN
-
Packages that use ChannelN Package Description com.rabbitmq.client.impl Implementations of interfaces specified in the client API, and their supporting classes.com.rabbitmq.client.impl.recovery Implementation of connection and topology recovery. -
-
Uses of ChannelN in com.rabbitmq.client.impl
Fields in com.rabbitmq.client.impl with type parameters of type ChannelN Modifier and Type Field Description private java.util.Map<java.lang.Integer,ChannelN>
ChannelManager. _channelMap
Mapping from1.._channelMax
toChannelN
instanceMethods in com.rabbitmq.client.impl that return ChannelN Modifier and Type Method Description private ChannelN
ChannelManager. addNewChannel(AMQConnection connection, int channelNumber)
ChannelN
ChannelManager. createChannel(AMQConnection connection)
ChannelN
ChannelManager. createChannel(AMQConnection connection, int channelNumber)
ChannelN
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 ChannelN Modifier and Type Method Description 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.recovery Modifier and Type Class Description class
RecoveryAwareChannelN
ChannelN
modification that keeps track of delivery tags and avoids sendingMethods in com.rabbitmq.client.impl.recovery that return ChannelN Modifier and Type Method Description protected ChannelN
RecoveryAwareChannelManager. instantiateChannel(AMQConnection connection, int channelNumber, ConsumerWorkService workService)
-