Uses of Class
com.rabbitmq.client.impl.Frame
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.
NIO network connector.
-
Uses of Frame in com.rabbitmq.client
-
Uses of Frame in com.rabbitmq.client.impl
Modifier and TypeMethodDescriptionstatic Frame
Frame.fromBodyFragment
(int channelNumber, byte[] body, int offset, int length) FrameHandler.readFrame()
Read aFrame
from the underlying data connection.SocketFrameHandler.readFrame()
static Frame
Frame.readFrom
(DataInputStream is, int maxPayloadSize) Protected API - Factory method to instantiate a Frame by reading an AMQP-wire-protocol frame from the given input stream.AMQContentHeader.toFrame
(int channelNumber, long bodySize) Private API - Called byAMQCommand.transmit(com.rabbitmq.client.impl.AMQChannel)
Method.toFrame
(int channelNumber) Modifier and TypeMethodDescriptionvoid
AMQChannel.handleFrame
(Frame frame) Private API - When the Connection receives a Frame for this channel, it passes it to this method.boolean
AMQCommand.handleFrame
(Frame f) boolean
AMQConnection.handleReadFrame
(Frame frame) private APIvoid
AMQConnection.writeFrame
(Frame f) Public API - sends a frame directly to the broker.void
FrameHandler.writeFrame
(Frame frame) Write aFrame
to the underlying data connection.void
SocketFrameHandler.writeFrame
(Frame frame) -
Uses of Frame in com.rabbitmq.client.impl.nio
Modifier and TypeMethodDescriptionFrameBuilder.readFrame()
Read a frame from the network.SocketChannelFrameHandler.readFrame()