Feature request, need to perform action after socket bind, but before connection attempt for AbstractPollingIoConnector

2009-06-17 Thread Dauch, Kevin - AES
I'm setting up a connection using an ephemeral port to from X to Y, but before the connection is attempted I need to know the port that has been assigned after the bind operation, but before the connection is attempted. I created an interface PostBindInitializer that is called after the bind

Re: Feature request, need to perform action after socket bind, but before connection attempt for AbstractPollingIoConnector

2009-06-17 Thread Mark Webb
Kevin, Your best bet would be to submit a bug and then post the patch, or code. It will probably not go in to the 2.0 baseline, but will certainly be considered for the 3.0 baseline. On Wed, Jun 17, 2009 at 12:56 PM, Dauch, Kevin - AESkevin.da...@itt.com wrote: I'm setting up a connection