| Author |
check if a UDP port is busy
|
Deepak Saini
Greenhorn
Joined: Mar 06, 2003
Posts: 11
|
|
Hi, before i create a socket at a udp port, i need to check if it is already in use. Any idea how to do it..
|
 |
Mallick Choppa
Greenhorn
Joined: May 23, 2003
Posts: 9
|
|
Hi, Java doesn't provide that type of API (Correct me if I am Wrong). But i would say try to open the datagram Socket within a Try Catch block and catch for Bind exception then you can implement what ever is your requirement. hope this helps Mallick mallick@orillion.stph.net
|
 |
Mallick Choppa
Greenhorn
Joined: May 23, 2003
Posts: 9
|
|
Hi, JDK1.4 provids an API to check whether the socket is bound or not. I didn't use this but it may be worth checking it. Mallick mallick@orillion.stph.net
|
 |
 |
|
|
subject: check if a UDP port is busy
|
|
|