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 classChannelNMain interface to AMQP protocol functionality.Fields in com.rabbitmq.client.impl declared as AMQChannel Modifier and Type Field Description private AMQChannelAMQConnection. _channel0The special channel 0 (not managed by the_channelManager)Methods in com.rabbitmq.client.impl that return AMQChannel Modifier and Type Method Description (package private) AMQChannelAMQConnection. createChannel0()Methods in com.rabbitmq.client.impl with parameters of type AMQChannel Modifier and Type Method Description voidAMQCommand. 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 classRecoveryAwareChannelNChannelNmodification that keeps track of delivery tags and avoids sending
-