Sets the length of the content body in the response In HTTP servlets, this method sets the HTTP Content-Length header. @param len an integer specifying the length of the content being returned to the client; sets the Content-Length header
(int len)
| 194 | * header |
| 195 | */ |
| 196 | void setContentLength(int len); |
| 197 | |
| 198 | /** |
| 199 | * Sets the length of the content body in the response In HTTP servlets, this method sets the HTTP Content-Length |
no outgoing calls