Uses of Interface
com.rabbitmq.client.ContentHeader
-
Packages that use ContentHeader Package Description com.rabbitmq.client The client API proper: classes and interfaces representing the AMQP connections, channels, and wire-protocol framing descriptors.com.rabbitmq.client.impl Implementations of interfaces specified in the client API, and their supporting classes. -
-
Uses of ContentHeader in com.rabbitmq.client
Classes in com.rabbitmq.client that implement ContentHeader Modifier and Type Class Description static class
AMQP.BasicProperties
Methods in com.rabbitmq.client that return ContentHeader Modifier and Type Method Description ContentHeader
Command. getContentHeader()
Retrieves the ContentHeader subclass instance held as part of this Command, if any. -
Uses of ContentHeader in com.rabbitmq.client.impl
Classes in com.rabbitmq.client.impl that implement ContentHeader Modifier and Type Class Description class
AMQBasicProperties
class
AMQContentHeader
Implementation of ContentHeader - specialized by autogenerated code in AMQP.java.
-