@Immutable public class ClientWriteBufferProperties extends Object
| Constructor and Description |
|---|
ClientWriteBufferProperties(int highThreshold,
int lowThreshold) |
public ClientWriteBufferProperties(int highThreshold,
int lowThreshold)
highThreshold - If the write buffer for a client reaches a size in bytes that is greater than highThreshold no more data will be written to the write buffer.lowThreshold - If the write buffer for a client exceeded the highThreshold in the past, writing to the buffer will be resumed once the fill state of the buffer drops below the lowThreshold.Copyright © 2013-2018 dc-square GmbH. All Rights Reserved.