Java com.rabbitmq.client.impl AMQCommand fields, constructors, methods, implement or subclass

Example usage for Java com.rabbitmq.client.impl AMQCommand fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.rabbitmq.client.impl AMQCommand.

The text is from its open source code.

Constructor

AMQCommand(com.rabbitmq.client.Method method)
Construct a command with just a method, and without header or body.

Method

AMQContentHeadergetContentHeader()
Public API -
MethodgetMethod()
Public API -
booleanhandleFrame(Frame f)
voidtransmit(AMQChannel channel)
Sends this command down the named channel on the channel's connection, possibly in multiple frames.