Sunday, May 20, 2012

how to set the how much response must go the client at once

response.setContentLength(int contentSize);


we have the api in the response implicit object , setContentLength(int size) , which decides the size of the out parameter 


syntax : response.setContentLength(int contentSize)

No comments:

Post a Comment