| Interface | Description |
|---|---|
| PooledMessageData |
Provides an interface for implementing pooling of
MessageData. |
| Class | Description |
|---|---|
| MessageDataPool<T extends PooledMessageData> |
Implements pooling for
PooledMessageData instances. |
| OptionallyPooledMessageData |
Base class for
MessageData implementations that can be optionally
pooled and managed by a MessageDataPool instance |