Uses of Class
com.rabbitmq.client.impl.AMQContentHeader
Package
Description
The client API proper: classes and interfaces representing the AMQP
connections, channels, and wire-protocol framing descriptors.
Implementations of interfaces specified in the client API, and their supporting classes.
-
Uses of AMQContentHeader in com.rabbitmq.client
-
Uses of AMQContentHeader in com.rabbitmq.client.impl
Modifier and TypeMethodDescriptionAMQCommand.getContentHeader()
Public API - Retrieves the ContentHeader subclass instance held as part of this Command, if any.static AMQContentHeader
AMQImpl.readContentHeaderFrom
(DataInputStream in) ModifierConstructorDescriptionAMQCommand
(Method method, AMQContentHeader contentHeader, byte[] body) Construct a command with a specified method, header and body.AMQCommand
(Method method, AMQContentHeader contentHeader, byte[] body, int maxBodyLength) Construct a command with a specified method, header and body.