public class PipeConfig extends Object
PipeConfig represents the amount of data stored on these endpoints
ByteBuf endpoint indicating the number of bytes to storePipeRcvQueue/PipeSndQueue endpoint, which indicates the number of stored objectsA PipeConfig is used for only one protocol layer. An application may consist of multiple protocol layers stacked together, so Each protocol layer can be configured separately
PipeLayer| 构造器和说明 |
|---|
PipeConfig() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getPipeRcvDownStackSize() |
int |
getPipeSndUpStackSize() |
void |
setPipeRcvDownStackSize(int pipeRcvDownStackSize) |
void |
setPipeSndUpStackSize(int pipeSndUpStackSize) |
Copyright © 2022–2024. All rights reserved.