public class FlowControlReceipt extends Object
| Constructor and Description |
|---|
FlowControlReceipt(ChannelFlowController flowController,
int ackByteCount) |
| Modifier and Type | Method and Description |
|---|---|
void |
acknowledge() |
static FlowControlReceipt |
forMessage(ChannelFlowController flowController,
io.netty.buffer.ByteBuf message) |
public FlowControlReceipt(ChannelFlowController flowController, int ackByteCount)
public void acknowledge()
public static FlowControlReceipt forMessage(ChannelFlowController flowController, io.netty.buffer.ByteBuf message)
Copyright © 2021 Couchbase, Inc.. All rights reserved.