maxResponseBytes property

int maxResponseBytes
final

Maximum raw byte length for each buffered HTTP response or SSE event.

Request-scoped listener streams remain incremental: this limit applies to each complete SSE event, not to the total lifetime response.

Implementation

final int maxResponseBytes;