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

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

Introduction

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

The text is from its open source code.

Constructor

Frame(int type, int channel, byte[] payload)
Constructs a frame for input with a type, a channel number and a payload byte array.

Method

longfieldValueSize(Object value)
Computes the AMQP wire-protocol length of a protocol-encoded field-value.
FramefromBodyFragment(int channelNumber, byte[] body, int offset, int length)
DataInputStreamgetInputStream()
Public API - retrieves a new DataInputStream streaming over the payload
byte[]getPayload()
Public API - retrieves the frame payload
voidwriteTo(DataOutputStream os)
Public API - writes this Frame to the given DataOutputStream