Package | Description |
---|---|
com.rabbitmq.client |
The client API proper: classes and interfaces representing the AMQP
connections, channels, and wire-protocol framing descriptors.
|
com.rabbitmq.client.impl |
Implementations of interfaces specified in the client API, and their supporting classes.
|
com.rabbitmq.client.impl.nio |
NIO network connector.
|
Modifier and Type | Method and Description |
---|---|
Frame |
UnexpectedFrameError.getReceivedFrame() |
Constructor and Description |
---|
UnexpectedFrameError(Frame frame,
int expectedFrameType) |
Modifier and Type | Method and Description |
---|---|
static Frame |
Frame.fromBodyFragment(int channelNumber,
byte[] body,
int offset,
int length) |
Frame |
SocketFrameHandler.readFrame() |
Frame |
FrameHandler.readFrame()
Read a
Frame from the underlying data connection. |
static Frame |
Frame.readFrom(DataInputStream is)
Protected API - Factory method to instantiate a Frame by reading an
AMQP-wire-protocol frame from the given input stream.
|
Frame |
Method.toFrame(int channelNumber) |
Frame |
AMQContentHeader.toFrame(int channelNumber,
long bodySize)
Private API - Called by
AMQCommand.transmit(com.rabbitmq.client.impl.AMQChannel) |
Modifier and Type | Method and Description |
---|---|
void |
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 API
|
void |
AMQConnection.writeFrame(Frame f)
Public API - sends a frame directly to the broker.
|
void |
SocketFrameHandler.writeFrame(Frame frame) |
void |
FrameHandler.writeFrame(Frame frame)
Write a
Frame to the underlying data connection. |
Modifier and Type | Method and Description |
---|---|
Frame |
FrameBuilder.readFrame()
Read a frame from the network.
|
Frame |
SocketChannelFrameHandler.readFrame() |
Modifier and Type | Method and Description |
---|---|
void |
SocketChannelFrameHandlerState.write(Frame frame) |
void |
SocketChannelFrameHandler.writeFrame(Frame frame) |
Constructor and Description |
---|
FrameWriteRequest(Frame frame) |
Copyright © 2022 VMware, Inc. or its affiliates.. All rights reserved.