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 FrameFrame.fromBodyFragment(int channelNumber, byte[] body, int offset, int length) FrameHandler.readFrame()Read aFramefrom the underlying data connection.SocketFrameHandler.readFrame()static FrameFrame.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 TypeMethodDescriptionvoidAMQChannel.handleFrame(Frame frame) Private API - When the Connection receives a Frame for this channel, it passes it to this method.booleanAMQCommand.handleFrame(Frame f) booleanAMQConnection.handleReadFrame(Frame frame) private APIvoidAMQConnection.writeFrame(Frame f) Public API - sends a frame directly to the broker.voidFrameHandler.writeFrame(Frame frame) Write aFrameto the underlying data connection.voidSocketFrameHandler.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