I have a Connection class that has a construct that accepts an
InetSocketAddress but i'm having doubts whether that is the way it
should be.
Under what circumstances should i change the design so that i the
Connection is created by using Connection.connect(InetSocketAddress)
like Selector.open and SocketChannel.open?
- - 29 Jul 2005 07:49 GMT
> I have a Connection class that has a construct that accepts an
> InetSocketAddress but i'm having doubts whether that is the way it
[quoted text clipped - 3 lines]
> Connection is created by using Connection.connect(InetSocketAddress)
> like Selector.open and SocketChannel.open?
Kindly disregard.