Setting a SocketChannel to non-blocking only after connect!

Just wondering if its possible to use a SocketChannel in blocking mode for theconnect operation and then use the configureBlocking(false) to make it non-blockingfor read/write operations after its connected or is it blocking for good after its created in blocking
[297 byte] By [willfleurya] at [2007-11-27 3:59:46]
# 1
sorry not after its created, i meant to say after its connected
willfleurya at 2007-7-12 9:04:19 > top of Java-index,Core,Core APIs...
# 2
You can change the blocking mode any time you like.
ejpa at 2007-7-12 9:04:19 > top of Java-index,Core,Core APIs...