I am trying to combine examples of nio server and nio client to create a reverse proxy, and have a few questions regarding their integration.
1) I need to wait in my server requestHandler handle method for client side to finish. I thought to use SessionRequest.waitFor() for this, is this right thing to do ? Also is this right approach or I missed something, in using those two together in this way ? 2) Later will need to have some kind of connection pooling for the client side and I would like to override 'DefaultClientIOEventDispatch' to use provided pool instead of always opening new connections... Is this ok ? Thanks, Stojce --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
