-
Bug
-
Resolution: Won't Fix
-
P4
-
None
-
7
-
generic
-
generic
There is a difference in AsynchronousDatagramChannel read() and recieve methods functionality when they are invoked on a closed channel.
While the receive() method rightly throws ClosedChannelException,the read() method throws NotYetConnectedException in this scenario.
The read method should also throw ClosedChannelException.
While the receive() method rightly throws ClosedChannelException,the read() method throws NotYetConnectedException in this scenario.
The read method should also throw ClosedChannelException.