How to get HTML content from HttpResponse?

toshalex toshalex at hotmail.com
Sun May 15 17:25:04 EDT 2011


Seems to work after adding HttpContentDecompressor to the pipeline.

pipeline.addLast("inflater", new HttpContentDecompressor());

Thanks again for your help!


--
View this message in context: http://netty-forums-and-mailing-lists.685743.n2.nabble.com/How-to-get-HTML-content-from-HttpResponse-tp6365561p6366637.html
Sent from the Netty User Group mailing list archive at Nabble.com.


More information about the netty-users mailing list