Blocking request/response with Netty
Tomasz Blachowicz
tblachowicz at gmail.com
Tue Jul 14 06:17:35 EDT 2009
Hi all,
I'm having the difficulty trying to understand how to achieve blocking
request/response with Netty. I'd like to implement something similar to HTTP
Request/Response, so I started from HTTP client example form Netty code
base. I can clearly understand what is going on there, except the one - how
to match response with the request?
Maybe I'm missing something, but what I wanted to implement is the client
that holds single connection to the server and multiple threads can use this
single client to access to the server. Each thread can invoke the client
method that is expected to synchronously return some response, similarly to
the web browser.
I'm not too sure if my question is clear enough. I hope it is though. Are
there any examples in the code that I could use a s a reference?
Cheers,
Tom
--
View this message in context: http://n2.nabble.com/Blocking-request-response-with-Netty-tp3254813p3254813.html
Sent from the Netty User Group mailing list archive at Nabble.com.
More information about the netty-users
mailing list