Uses of Class
com.rabbitmq.client.impl.AMQChannel
-
Packages that use AMQChannel 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 AMQChannel in com.rabbitmq.client.impl
Subclasses of AMQChannel in com.rabbitmq.client.impl Modifier and Type Class Description class
ChannelN
Main interface to AMQP protocol functionality.Fields in com.rabbitmq.client.impl declared as AMQChannel Modifier and Type Field Description private AMQChannel
AMQConnection. _channel0
The special channel 0 (not managed by the_channelManager
)Methods in com.rabbitmq.client.impl that return AMQChannel Modifier and Type Method Description (package private) AMQChannel
AMQConnection. createChannel0()
Methods in com.rabbitmq.client.impl with parameters of type AMQChannel Modifier and Type Method Description void
AMQCommand. transmit(AMQChannel channel)
Sends this command down the named channel on the channel's connection, possibly in multiple frames. -
Uses of AMQChannel in com.rabbitmq.client.impl.recovery
Subclasses of AMQChannel in com.rabbitmq.client.impl.recovery Modifier and Type Class Description class
RecoveryAwareChannelN
ChannelN
modification that keeps track of delivery tags and avoids sending
-