| Package | Description |
|---|---|
| org.jgroups.protocols |
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
|
| org.jgroups.util |
Provides useful functionality which cannot be assigned to any particular other package.
|
| Modifier and Type | Field and Description |
|---|---|
protected ByteArrayDataOutputStream |
NoBundler.output |
protected ByteArrayDataOutputStream |
NoBundler.Output.output |
protected ByteArrayDataOutputStream |
BaseBundler.output |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SimplifiedTransferQueueBundler.sendSingleMessage(Message msg,
ByteArrayDataOutputStream output) |
protected void |
NoBundler.sendSingleMessage(Message msg,
ByteArrayDataOutputStream output) |
| Modifier and Type | Field and Description |
|---|---|
protected ByteArrayDataOutputStream |
OutputStreamAdapter.output |
| Modifier and Type | Method and Description |
|---|---|
ByteArrayDataOutputStream |
ByteArrayDataOutputStream.growExponentially(boolean b) |
ByteArrayDataOutputStream |
ByteArrayDataOutputStream.position(int pos) |
| Constructor and Description |
|---|
OutputStreamAdapter(ByteArrayDataOutputStream output) |
Copyright © 2025 JBoss, a division of Red Hat. All rights reserved.