| ASF |
#325869 |
Mon Oct 17 09:49:18 UTC 2005 |
trustin |
Resolving DIRMINA-93
* Changed the semantic of IoAcceptor.unbind(SocketAddress) to close all client connections
* Added IoAcceptor.unbind(SocketAddress,boolean) so that users can choose to close client connections
* Added BaseIoAcceptor to provide the default unbind(SocketAddress) implementation which calls unbind(SocketAddress, true)
* Fixed all compilation errors occurred due to the changes above
* Marked FIXMES because unbind() doesn't work properly yet
|