Hi Oleg.

Still struggling a bit with the NIO example.  How would one get the Response
Entity Output?

            HttpContext context = conn.getContext();
            BasicHttpRequest httpget = new BasicHttpRequest("GET", "/",
HttpVersion.HTTP_1_1);
            RequestHandle handle = new RequestHandle(connMgr, conn); 
            
            context.setAttribute("request", httpget);
            context.setAttribute("request-handle", handle);
            
            queue.add(handle);            
            conn.requestOutput();
// I assume something should go here to get and process the response
data???????

Thanks.
Dave
-- 
View this message in context: 
http://www.nabble.com/SynchBasicHttpParams-and-ImmutableHttpProcessor-missing-tp25275401p25301139.html
Sent from the HttpClient-User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to