| Modifier and Type | Method and Description |
|---|---|
void |
ControlEventHandler.onEvent(ChannelFlowController flowController,
io.netty.buffer.ByteBuf event)
Called every time when a control event happens that should be handled by
consumers of the
Client. |
void |
DataEventHandler.onEvent(ChannelFlowController flowController,
io.netty.buffer.ByteBuf event)
Called when a data event happens.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StreamEventBuffer.onEvent(ChannelFlowController flowController,
io.netty.buffer.ByteBuf event) |
| Modifier and Type | Method and Description |
|---|---|
void |
DcpChannelControlHandler.onEvent(ChannelFlowController flowController,
io.netty.buffer.ByteBuf buf) |
| Modifier and Type | Method and Description |
|---|---|
static FlowControlReceipt |
FlowControlReceipt.forMessage(ChannelFlowController flowController,
io.netty.buffer.ByteBuf message) |
void |
EventHandlerAdapter.onEvent(ChannelFlowController flowController,
io.netty.buffer.ByteBuf event) |
| Constructor and Description |
|---|
FlowControlReceipt(ChannelFlowController flowController,
int ackByteCount) |
| Modifier and Type | Class and Description |
|---|---|
class |
ChannelFlowControllerImpl |
| Modifier and Type | Field and Description |
|---|---|
static ChannelFlowController |
ChannelFlowController.dummy
A flow controller that doesn't do anything.
|
Copyright © 2021 Couchbase, Inc.. All rights reserved.