?
-
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?
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?