Quoting Sachin Nikumbh <[email protected]>:
Hi,
I want to implement an http client that supports non-blocking server
calls. I know that httpclient does not support non-blocking calls.
Why not setup a threadpool and...
threadpool.execute(new Runnable() {
public void run() {
//your httpclient code here
//call your callback code here
}
});
maybe i misunderstood.
Thanks
Sachin
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]