Sets the preferred buffer size for the body of the response. The servlet container will use a buffer at least as large as the size requested. The actual buffer size used can be found using getBufferSize . A larger buffer allows more content to be written before anything is actually s
(int size)
| 250 | * @see #reset |
| 251 | */ |
| 252 | void setBufferSize(int size); |
| 253 | |
| 254 | /** |
| 255 | * Returns the actual buffer size used for the response. If no buffering is used, this method returns 0. |
no outgoing calls