| Package | Description |
|---|---|
| io.netty.handler.flow |
Package to control the flow of messages.
|
| Modifier and Type | Field and Description |
|---|---|
private FlowControlHandler.RecyclableArrayDeque |
FlowControlHandler.queue |
| Modifier and Type | Field and Description |
|---|---|
private Recycler.Handle<FlowControlHandler.RecyclableArrayDeque> |
FlowControlHandler.RecyclableArrayDeque.handle |
private static Recycler<FlowControlHandler.RecyclableArrayDeque> |
FlowControlHandler.RecyclableArrayDeque.RECYCLER |
| Modifier and Type | Method and Description |
|---|---|
static FlowControlHandler.RecyclableArrayDeque |
FlowControlHandler.RecyclableArrayDeque.newInstance() |
| Constructor and Description |
|---|
RecyclableArrayDeque(int numElements,
Recycler.Handle<FlowControlHandler.RecyclableArrayDeque> handle) |