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
PipeDuplex| 限定符和类型 | 字段和说明 |
|---|---|
static PipeConfig |
DEFAULT |
| 构造器和说明 |
|---|
PipeConfig() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getPipeRcvDownStackSize() |
int |
getPipeSndUpStackSize() |
void |
setPipeRcvDownStackSize(int pipeRcvDownStackSize) |
void |
setPipeSndUpStackSize(int pipeSndUpStackSize) |
public static final PipeConfig DEFAULT
Copyright © 2022–2024. All rights reserved.