Searched refs:MAX_CHUNK (Results 1 – 1 of 1) sorted by relevance
61 private static final int MAX_CHUNK = 256; field in AbstractSessionOutputBuffer110 if (len > MAX_CHUNK || len > this.buffer.capacity()) { in write()