| Package | Description |
|---|---|
| com.caucho.amqp.client | |
| com.caucho.amqp.common | |
| com.caucho.amqp.io | |
| com.caucho.amqp.server |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AmqpClientReceiverLink.onTransfer(FrameTransfer frameTransfer,
AmqpReader ain)
Receives the message from the network
|
| Modifier and Type | Method and Description |
|---|---|
void |
AmqpConnectionHandler.onTransfer(AmqpReader ain,
FrameTransfer transfer) |
protected void |
AmqpReceiverLink.onTransfer(FrameTransfer transfer,
AmqpReader ain)
Message receivers implement this method to receive a
message fragment from the network.
|
protected void |
AmqpLink.onTransfer(FrameTransfer transfer,
AmqpReader ain)
Message receivers implement this method to receive a
message fragment from the network.
|
| Modifier and Type | Method and Description |
|---|---|
FrameTransfer |
FrameTransfer.createInstance() |
| Modifier and Type | Method and Description |
|---|---|
void |
AmqpFrameHandler.onTransfer(AmqpReader ain,
FrameTransfer frameTransfer) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AmqpServerReceiverLink.onTransfer(FrameTransfer transfer,
AmqpReader ain)
receives a message from the network
|