Uses of Class
com.rabbitmq.client.impl.AMQContentHeader
-
Packages that use AMQContentHeader 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 AMQContentHeader in com.rabbitmq.client
Subclasses of AMQContentHeader in com.rabbitmq.client Modifier and Type Class Description static class
AMQP.BasicProperties
-
Uses of AMQContentHeader in com.rabbitmq.client.impl
Subclasses of AMQContentHeader in com.rabbitmq.client.impl Modifier and Type Class Description class
AMQBasicProperties
Methods in com.rabbitmq.client.impl that return AMQContentHeader Modifier and Type Method Description AMQContentHeader
AMQCommand. getContentHeader()
Public API - Retrieves the ContentHeader subclass instance held as part of this Command, if any.static AMQContentHeader
AMQImpl. readContentHeaderFrom(DataInputStream in)
Constructors in com.rabbitmq.client.impl with parameters of type AMQContentHeader Constructor Description AMQCommand(Method method, AMQContentHeader contentHeader, byte[] body)
Construct a command with a specified method, header and body.
-