On 18/11/2011 10:57, Chris Hegarty wrote: > Hi Kris, > > I think this change should be fine, but I would like Alan to comment also. > I'm not around this week but will look at it next week. One initial comment is that the need to use the socket adapter went away in jdk7. Newer code using SocketChannel can invoke SocketChannel's bind or setOption methods directly.
-Alan