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

2009-06-23 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. Attached is a solution to the problem. Kevin Dauch Software Engineer

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