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.
|
Modifier and Type | Class and Description |
---|---|
static class |
AMQP.BasicProperties |
Modifier and Type | Class and Description |
---|---|
class |
AMQBasicProperties |
Modifier and Type | Method and 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) |
Constructor and Description |
---|
AMQCommand(Method method,
AMQContentHeader contentHeader,
byte[] body)
Construct a command with a specified method, header and body.
|
Copyright © 2022 VMware, Inc. or its affiliates.. All rights reserved.