/** @throws Exception */
@Test
public void constructor3() throws Exception
{
SessionData dh = new MyDataHandler();
SocketChannel s = newSocketChannel( "127.0.0.1", port );
SocketChannel t = lh.accepted.waitUntilNotEqAndSet( null, TIMEOUT, null );
r.put( "connection", s );
Tcp2Connection c = new Tcp2Connection( "tcp:", r );