how to close server socket without throwing an
exception?
if i call close then it throws exception which gets
caught in catch 1 not in catch 2
can anybody explain
ServerSocket ss = new
ServerSocket(iPort);
Ashish
|
- How to close ServerSocket Ashish
- How to close ServerSocket Ashish
- Re: How to close ServerSocket Albert Y. C. Lai
- Re: How to close ServerSocket Ashish
- Re: How to close ServerSocket Chris Abbey