Uses of Class
com.rabbitmq.client.impl.Frame
Packages that use 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
Methods in com.rabbitmq.client that return FrameConstructors in com.rabbitmq.client with parameters of type Frame -
Uses of Frame in com.rabbitmq.client.impl
Methods in com.rabbitmq.client.impl that return FrameModifier 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) Methods in com.rabbitmq.client.impl with parameters of type FrameModifier 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
Methods in com.rabbitmq.client.impl.nio that return FrameModifier and TypeMethodDescriptionFrameBuilder.readFrame()
Read a frame from the network.SocketChannelFrameHandler.readFrame()
Methods in com.rabbitmq.client.impl.nio with parameters of type FrameConstructors in com.rabbitmq.client.impl.nio with parameters of type Frame