On Tue, 2008-03-25 at 22:03 +0800, hjw wrote: > Hi ,all > > When I call method executeMethod() in HttpClient ,usually the methed > executed and did not call getResponseAsString() ,the length of the response > is 2K,I think this is the buffer of HttpClient , Is it right? If it is > right,how can I change the size of the buffer? If it is not, Could you point > out what I miss ? > > Regards > > Raymond
Use #getResponseAsStream() and whatever buffer size you please Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
